Skip to content

Commit 2709029

Browse files
authored
Skip flaky TestLbWithSubnets (#1260)
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.
1 parent 7d35941 commit 2709029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/examples_nodejs_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func TestLbSimple(t *testing.T) {
5555
}
5656

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

0 commit comments

Comments
 (0)