Skip to content

Commit

Permalink
Skip flaky TestLbWithSubnets (#1260)
Browse files Browse the repository at this point in the history
This test has been creating P1s and blocking PR verification; we are
waiting on a feature fix from platform to enable increasing custom
timeout. IN the meanwhile skipping it is reasonable.
  • Loading branch information
t0yv0 committed Apr 12, 2024
1 parent 7d35941 commit 2709029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestLbSimple(t *testing.T) {
}

func TestLbWithSubnets(t *testing.T) {
t.Skip("TODO[pulumi/pulumi-awsx#1246] flaky test but no way to increase custom timeout yet")
test := getNodeJSBaseOptions(t).
With(integration.ProgramTestOptions{
RunUpdateTest: false,
Expand Down

0 comments on commit 2709029

Please sign in to comment.