From fdacbe06ff55832f285bfb1adb37245b47aef771 Mon Sep 17 00:00:00 2001 From: Sumu Pitchayan <35242245+sumupitchayan@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:07:29 -0500 Subject: [PATCH] fix(cli): add skip-tests.txt file for v2.130.0 (#29320) Follow-up to #29313 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .../resources/cli-regression-patches/v2.130.0/skip-tests.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.130.0/skip-tests.txt diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.130.0/skip-tests.txt b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.130.0/skip-tests.txt new file mode 100644 index 0000000000000..4271078bdc89c --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.130.0/skip-tests.txt @@ -0,0 +1,5 @@ +# The fix for upgrading lambda runtimes from python 3.7 to 3.12 is not relased yet: https://github.com/aws/aws-cdk/pull/29305 +# Skipping the bootstrapping test as it is flakey; only doing so to get the 2.131.0 release out this week. + +sam can locally test the synthesized cdk application +switch on termination protection, switch is left alone on re-bootstrap \ No newline at end of file