Skip to content

Commit

Permalink
remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Dec 20, 2023
1 parent 587259e commit 4a34135
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,18 +793,6 @@ integTest('deploy --ignore-no-stacks', withDefaultFixture(async (fixture) => {
console.log(stackArn);
}));

integTest('deploy stack with no resources and no --ignore-no-stacks', withDefaultFixture(async (fixture) => {
const stackArn = await fixture.cdkDeploy('stage-with-no-resources', {
modEnv: {
INTEG_STACK_SET: 'stage-with-no-resources',
},
});

// verify that we only deployed both stacks (there are 2 ARNs in the output)
/* eslint-disable no-console */
console.log(stackArn);
}));

integTest('IAM diff', withDefaultFixture(async (fixture) => {
const output = await fixture.cdk(['diff', fixture.fullStackName('iam-test')]);

Expand Down

0 comments on commit 4a34135

Please sign in to comment.