From 28a5722bc49d7a3f59100c7c2da0f84c2406ce10 Mon Sep 17 00:00:00 2001 From: Kendra Neil <53584728+TheRealAmazonKendra@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:27:21 -0700 Subject: [PATCH] skip tests in regression testing --- .../resources/cli-regression-patches/v2.161.1/NOTES.md | 1 + .../resources/cli-regression-patches/v2.161.1/skip-tests.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/NOTES.md create mode 100644 packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/skip-tests.txt diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/NOTES.md b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/NOTES.md new file mode 100644 index 0000000000000..7eea89064609c --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/NOTES.md @@ -0,0 +1 @@ +The output of this test is changed by the sdk upgrade. The type and content of the error have changed from sdkv2 to sdkv3. We now receive more specific information about the error type. \ No newline at end of file diff --git a/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/skip-tests.txt b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/skip-tests.txt new file mode 100644 index 0000000000000..7dd73a4a16eb3 --- /dev/null +++ b/packages/@aws-cdk-testing/cli-integ/resources/cli-regression-patches/v2.161.1/skip-tests.txt @@ -0,0 +1,2 @@ +# Skipping test due to the incompatibility in error output between sdkv2 and sdkv3 +hotswap deployment for ecs service detects failed deployment and errors \ No newline at end of file