diff --git a/packages/aws-cdk/test/integ/cli.exclusions.js b/packages/aws-cdk/test/integ/cli.exclusions.js index b4255505e2bcf..4204b62bd527c 100644 --- a/packages/aws-cdk/test/integ/cli.exclusions.js +++ b/packages/aws-cdk/test/integ/cli.exclusions.js @@ -19,7 +19,17 @@ const exclusions = [ "test": "test-cdk-deploy-nested-stack-with-parameters.sh", "version": "v1.37.0", "justification": "This test doesn't use a unique sns topic name for the topic in the nested stack and it collides with our regular integ suite" - } + }, + { + "test": "test-cdk-deploy-wildcard-with-outputs.sh", + "version": "v1.37.0", + "justification": "This test doesn't use a unique sns topic name and it collides with our regular integ suite" + }, + { + "test": "test-cdk-deploy-with-outputs.sh", + "version": "v1.37.0", + "justification": "This test doesn't use a unique sns topic name and it collides with our regular integ suite" + } ] function getExclusion(test, version) {