From 924d52f143596e4b429249fbd9778e6420da13e0 Mon Sep 17 00:00:00 2001 From: SankyRed Date: Thu, 16 May 2024 17:55:08 -0500 Subject: [PATCH 1/2] fix integ tests for old tests with new changes --- .../resources/cli-regression-patches/v2.142.0/NOTES.md | 1 + .../resources/cli-regression-patches/v2.142.0/skip-tests.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/NOTES.md create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/NOTES.md b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/NOTES.md new file mode 100644 index 0000000000000..a606d9cd2b28e --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/NOTES.md @@ -0,0 +1 @@ +This patch brings the [fix](https://github.com/aws/aws-cdk/issues/30241) into the regression suite. \ No newline at end of file diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt new file mode 100644 index 0000000000000..722598fe60dca --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt @@ -0,0 +1,4 @@ +# Skipping the test to fix issue https://github.com/aws/aws-cdk/issues/30241. +# cli-integ tests failing for the old tests with the new cli changes for list stacks. + +cdk diff picks up changes that are only present in changeset \ No newline at end of file From 6297fa180c2a17f0207585d2c7e64d3c7e44988d Mon Sep 17 00:00:00 2001 From: SankyRed Date: Thu, 16 May 2024 18:05:06 -0500 Subject: [PATCH 2/2] clean up --- .../resources/cli-regression-patches/v2.142.0/skip-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt index 722598fe60dca..0351c9fb93703 100644 --- a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.142.0/skip-tests.txt @@ -1,4 +1,4 @@ # Skipping the test to fix issue https://github.com/aws/aws-cdk/issues/30241. -# cli-integ tests failing for the old tests with the new cli changes for list stacks. +# cli-integ tests failing for the old tests with the new cli changes for diff stacks. cdk diff picks up changes that are only present in changeset \ No newline at end of file