8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdc24d commit a3bcf96Copy full SHA for a3bcf96
tests/aws/services/cloudformation/v2/test_deletion.py
@@ -8,6 +8,9 @@
8
9
@markers.aws.validated
10
@markers.snapshot.skip_snapshot_verify(paths=["$..message"])
11
+@pytest.mark.skip(
12
+ reason="Invalid state found, trying to resolve the condition of the output from this stack on deletion"
13
+)
14
def test_single_resource(deploy_cfn_template, aws_client, snapshot):
15
value = short_uid()
16
snapshot.add_transformer(snapshot.transform.regex(value, "<value>"))
0 commit comments