Skip to content

Commit f1a49a9

Browse files
committed
Skip for legacy provider
1 parent ec169c0 commit f1a49a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/aws/services/cloudformation/engine/test_references.py

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

44
import pytest
55
from botocore.exceptions import ClientError
6+
from tests.aws.services.cloudformation.conftest import skip_if_legacy_engine
67

78
from localstack.testing.aws.util import is_aws_cloud
89
from localstack.testing.pytest import markers
@@ -150,6 +151,7 @@ def test_aws_novalue(deploy_cfn_template, parameter_value):
150151

151152

152153
@markers.aws.validated
154+
@skip_if_legacy_engine()
153155
class TestPseudoParameters:
154156
def test_stack_id(self, deploy_cfn_template, snapshot):
155157
template_path = os.path.join(

0 commit comments

Comments
 (0)