Skip to content

Commit

Permalink
skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jan 30, 2025
1 parent 04fbbdd commit 151cad7
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 @@ -70,6 +70,7 @@ func TestAccFloatingIp(t *testing.T) {
}

func TestAccLoadbalancer(t *testing.T) {
t.Skip("Flaky test")
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "loadbalancer"),
Expand Down

0 comments on commit 151cad7

Please sign in to comment.