Skip to content

Commit 416e809

Browse files
committed
Skip cdk bootstrap deploy test on v1 provider
1 parent 8f67d57 commit 416e809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/aws/services/cloudformation/resources/test_cdk.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 localstack_snapshot.snapshots.transformer import SortingTransformer
6+
from tests.aws.services.cloudformation.conftest import skip_if_v1_provider
67

78
from localstack.aws.api.cloudformation import Parameter
89
from localstack.testing.pytest import markers
@@ -121,6 +122,7 @@ def test_cdk_bootstrap(self, deploy_cfn_template, aws_client, bootstrap_version,
121122
"$..Outputs..OutputValue",
122123
]
123124
)
125+
@skip_if_v1_provider(reason="Changes array not in parity")
124126
def test_cdk_bootstrap_redeploy(
125127
self,
126128
aws_client,

0 commit comments

Comments
 (0)