Skip to content

Commit a3681c2

Browse files
committed
remove feature flag from ecs-searate-source test
1 parent 64802ed commit a3681c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-ecs-separate-source.lit.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,7 @@ export class PipelineStack extends cdk.Stack {
209209
}
210210
}
211211

212-
const app = new cdk.App({
213-
postCliContext: {
214-
'@aws-cdk/pipelines:reduceStageRoleTrustScope': false,
215-
},
216-
});
212+
const app = new cdk.App();
217213

218214
// the CodePipeline Stack needs to be created first
219215
const pipelineStack = new PipelineStack(app, 'aws-cdk-pipeline-ecs-separate-sources');

0 commit comments

Comments
 (0)