From 8c0bbcb7b1cd4f68713208c24520a2334fad747b Mon Sep 17 00:00:00 2001 From: SankyRed <121981451+SankyRed@users.noreply.github.com> Date: Thu, 16 May 2024 20:16:02 -0500 Subject: [PATCH] chore(cli): skipping old cli integ test `cdk diff changes in change set` for new changes (#30245) Fixes: [30093](https://github.com/aws/aws-cdk/pull/30093) --- .../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..0351c9fb93703 --- /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 diff stacks. + +cdk diff picks up changes that are only present in changeset \ No newline at end of file