Skip to content

Commit

Permalink
chore: skip flakey acceptance test for GCP compute networks
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner-snyk committed Oct 17, 2023
1 parent 1778af4 commit 26ffd12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/resource/google/google_compute_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (
)

func TestAcc_Google_ComputeNetwork(t *testing.T) {
t.Skip("flake")

acceptance.Run(t, acceptance.AccTestCase{
TerraformVersion: "0.15.5",
Paths: []string{"./testdata/acc/google_compute_network"},
Expand Down

0 comments on commit 26ffd12

Please sign in to comment.