Skip to content

Commit

Permalink
Skip flaky TestParallelLambdaCreation test
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler authored and t0yv0 committed Nov 19, 2024
1 parent eef4e41 commit a7bb96c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/provider_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7bb96c

Please sign in to comment.