Skip to content

Commit 05caaa7

Browse files
committed
Remove another skip
1 parent e19737d commit 05caaa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/aws/services/cloudformation/test_template_engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ def test_resolve_ssm(self, create_parameter, deploy_cfn_template):
365365
topic_name = result.outputs["TopicName"]
366366
assert topic_name == parameter_value
367367

368-
@skip_if_v2_provider("Resolve")
369368
@markers.aws.validated
370369
def test_resolve_ssm_with_version(self, create_parameter, deploy_cfn_template, aws_client):
371370
parameter_key = f"param-key-{short_uid()}"

0 commit comments

Comments
 (0)