Skip to content

Commit

Permalink
chore(integ): revert run all CDK integ tests with -v (#10511)
Browse files Browse the repository at this point in the history
Reverts #10503

We can't actually do this. There are tests that check that the output of the `cdk` command is *exactly* "some value", and adding the logging in breaks the expectation.

Revert the `-v` to allow the tests to go back to passing 90% of the time.
  • Loading branch information
rix0rrr authored Sep 24, 2020
1 parent e9b5b8c commit 8ec1cfe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 326 deletions.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/cli/cdk-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class TestFixture {
}

public async cdk(args: string[], options: CdkCliOptions = {}) {
return this.shell(['cdk', '-v', ...args], {
return this.shell(['cdk', ...args], {
...options,
modEnv: {
AWS_REGION: this.aws.region,
Expand Down

0 comments on commit 8ec1cfe

Please sign in to comment.