Skip to content

Commit 4a99c01

Browse files
author
Jamie Yang
committed
test(cx-api): add S3_DEPLOYMENT_DEFAULT_MEMORY_LIMIT to feature flag test
- Add new feature flag to expected defaults in features.test.ts - Feature flag defaults to false (disabled) for backward compatibility - Fixes CI test failure for feature flag defaults validation
1 parent 8fc562b commit 4a99c01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk-lib/cx-api/test/features.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ test('feature flag defaults may not be changed anymore', () => {
5151
[feats.USE_CDK_MANAGED_LAMBDA_LOGGROUP]: false,
5252
[feats.SIGNER_PROFILE_NAME_PASSED_TO_CFN]: false,
5353
[feats.ECS_PATTERNS_SEC_GROUPS_DISABLES_IMPLICIT_OPEN_LISTENER]: false,
54+
[feats.S3_DEPLOYMENT_DEFAULT_MEMORY_LIMIT]: false,
5455

5556
});
5657
});

0 commit comments

Comments
 (0)