Skip to content

Commit 26ffd12

Browse files
committed
chore: skip flakey acceptance test for GCP compute networks
1 parent 1778af4 commit 26ffd12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/resource/google/google_compute_network_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import (
99
)
1010

1111
func TestAcc_Google_ComputeNetwork(t *testing.T) {
12+
t.Skip("flake")
13+
1214
acceptance.Run(t, acceptance.AccTestCase{
1315
TerraformVersion: "0.15.5",
1416
Paths: []string{"./testdata/acc/google_compute_network"},

0 commit comments

Comments
 (0)