Skip to content

Commit

Permalink
Revert integrity test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktheory committed Mar 17, 2022
1 parent 555c264 commit 90c89a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/@aws-cdk/aws-synthetics/test/integ.canary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ new synthetics.Canary(stack, 'MyCanaryThree', {
runtime: synthetics.Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_3,
});

new synthetics.Canary(stack, 'MyCanaryFour', {
canaryName: 'assetcanary-three',
test: synthetics.Test.custom({
handler: 'canary.handler',
code: synthetics.Code.fromAsset(path.join(__dirname, 'canary.zip')),
}),
runtime: synthetics.Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_4,
});

new synthetics.Canary(stack, 'MyPythonCanary', {
canaryName: 'py-canary-integ',
test: synthetics.Test.custom({
Expand Down

0 comments on commit 90c89a4

Please sign in to comment.