Skip to content

Commit

Permalink
chore: remove invalid test from regression suite (#17345)
Browse files Browse the repository at this point in the history
Follow up on #17337 to fix regression suites.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
iliapolo committed Nov 5, 2021
1 parent 9e81dc7 commit 1aa1588
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
---------------------------------------

On november 2nd 2021, lambda started deprecating the nodejs10.x runtime. This meant we can no longer create functions with this runtime.
Our integration tests use this runtime for one of its stacks.

This patch brings https://github.com/aws/aws-cdk/pull/17282 into the regression suite.
This patch brings https://github.com/aws/aws-cdk/pull/17282 into the regression suite.

----------------------------------------

Needs to disable an existing test due to change in bootstrap of integration tests.

This patch brings https://github.com/aws/aws-cdk/pull/17337 into the regression suite.

0 comments on commit 1aa1588

Please sign in to comment.