Skip to content

Commit a8e5001

Browse files
committed
skip on old provider
1 parent ab0299f commit a8e5001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/aws/services/cloudformation/api/test_resources.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def test_invalid_logical_resource_id(deploy_cfn_template, snapshot):
5959

6060
@markers.aws.validated
6161
@markers.snapshot.skip_snapshot_verify(paths=["$..StackResourceDetail.Metadata"])
62+
@skip_if_legacy_engine
6263
def test_describe_deleted_resource_on_update(aws_client, snapshot, deploy_cfn_template):
6364
template = {
6465
"Resources": {
@@ -93,6 +94,7 @@ def test_describe_deleted_resource_on_update(aws_client, snapshot, deploy_cfn_te
9394

9495

9596
@markers.aws.validated
97+
@skip_if_legacy_engine
9698
def test_describe_failed_resource(aws_client, snapshot, deploy_cfn_template):
9799
template = {
98100
"Resources": {

0 commit comments

Comments
 (0)