Skip to content

Commit df7d462

Browse files
committed
exclude outputs test
1 parent 18711e9 commit df7d462

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/aws-cdk/test/integ/cli.exclusions.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ const exclusions = [
1919
"test": "test-cdk-deploy-nested-stack-with-parameters.sh",
2020
"version": "v1.37.0",
2121
"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"
2227
}
2328
]
2429

0 commit comments

Comments
 (0)