From 3f49b8a08835a9e0e6e558b4af8326756e4c0114 Mon Sep 17 00:00:00 2001 From: shikha372 Date: Fri, 4 Oct 2024 18:23:32 -0700 Subject: [PATCH] skip failing tests --- .../resources/cli-regression-patches/v2.161.0/NOTES.md | 1 + .../resources/cli-regression-patches/v2.161.0/skip-tests.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/NOTES.md create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/skip-tests.txt diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/NOTES.md b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/NOTES.md new file mode 100644 index 0000000000000..8e21b44daec85 --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/NOTES.md @@ -0,0 +1 @@ +This patch brings the [fix](https://github.com/aws/aws-cdk/issues/31654) into the regression suite. \ No newline at end of file diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/skip-tests.txt b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/skip-tests.txt new file mode 100644 index 0000000000000..f681a64076c25 --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.0/skip-tests.txt @@ -0,0 +1,5 @@ +# Skipping the test to fix issue https://github.com/aws/aws-cdk/issues/31654. +# cli-integ tests failing for the old tests with the new cli changes for nested stacks. + +test cdk rollback +test cdk rollback --force \ No newline at end of file