From 9454304436ec3124f3f0074a3049b8c4a27ce8f2 Mon Sep 17 00:00:00 2001 From: Florian Stadler Date: Tue, 19 Nov 2024 03:15:19 +0100 Subject: [PATCH] Skip flaky TestParallelLambdaCreation test (#4798) Skipping `TestParallelLambdaCreation` because it started to be flaky. Skipping the test for now to bring stability back into the release process while we investigate the issue. Relates to #4731 --- provider/provider_nodejs_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provider/provider_nodejs_test.go b/provider/provider_nodejs_test.go index c7f1463e637..c8997e81aed 100644 --- a/provider/provider_nodejs_test.go +++ b/provider/provider_nodejs_test.go @@ -203,6 +203,8 @@ func TestRegress4079(t *testing.T) { } func TestParallelLambdaCreation(t *testing.T) { + // This test is flaky and needs to be fixed. It occasionally fails to find the lambda zip archive + t.Skipf("TODO[pulumi/pulumi-aws#4731]") if testing.Short() { t.Skipf("Skipping test in -short mode because it needs cloud credentials") return