We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18711e9 commit df7d462Copy full SHA for df7d462
packages/aws-cdk/test/integ/cli.exclusions.js
@@ -19,6 +19,11 @@ const exclusions = [
19
"test": "test-cdk-deploy-nested-stack-with-parameters.sh",
20
"version": "v1.37.0",
21
"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"
22
+ },
23
+ {
24
+ "test": "test-cdk-deploy-wildcard-with-outputs.sh",
25
+ "version": "v1.37.0",
26
+ "justification": "This test doesn't use a unique sns topic name and it collides with our regular integ suite"
27
}
28
]
29
0 commit comments