From 1f6f446f2b890bc318e4f26119ba22b93c99ba59 Mon Sep 17 00:00:00 2001 From: Sumu Date: Thu, 29 Feb 2024 15:32:53 -0500 Subject: [PATCH 1/2] add skip-tests.txt file Signed-off-by: Sumu --- .../resources/cli-regression-patches/v2.130.0/skip-tests.txt | 4 ++++ 1 file changed, 4 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..bba0be3f44e82 --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.130.0/skip-tests.txt @@ -0,0 +1,4 @@ +# 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 + +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 From 334322c93095f6620017d69297e833bf72e33933 Mon Sep 17 00:00:00 2001 From: Sumu Date: Thu, 29 Feb 2024 15:40:10 -0500 Subject: [PATCH 2/2] update comment Signed-off-by: Sumu --- .../resources/cli-regression-patches/v2.130.0/skip-tests.txt | 1 + 1 file changed, 1 insertion(+) 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 index bba0be3f44e82..4271078bdc89c 100644 --- 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 @@ -1,4 +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