Skip to content

Commit 5b6de69

Browse files
authored
Skip for v1
1 parent d4cb011 commit 5b6de69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import pytest
77
from botocore.exceptions import ClientError
8+
from tests.aws.services.cloudformation.conftest import skip_if_v1_provider
89

910
from localstack.testing.pytest import markers
1011
from localstack.utils.common import load_file
@@ -33,6 +34,7 @@ def test_get_template_summary(deploy_cfn_template, snapshot, aws_client):
3334

3435

3536
@markers.aws.validated
37+
@skip_if_v1_provider("Not supported in legacy engine")
3638
def test_get_template_summary_non_executed_change_set(aws_client, snapshot, cleanups):
3739
snapshot.add_transformer(snapshot.transform.cloudformation_api())
3840

0 commit comments

Comments
 (0)