Merge pull request #1260 from snyk/fix/disable_node_groupe_acc_test
fix: disable acc test for Google_ComputeNodeGroupmain
commit
05dd1b1ab5
|
@ -8,6 +8,7 @@ import (
|
|||
)
|
||||
|
||||
func TestAcc_Google_ComputeNodeGroup(t *testing.T) {
|
||||
t.Skip("Skipping acc test for Google_ComputeNodeGroup due to pricing of the sole tenant resources")
|
||||
acceptance.Run(t, acceptance.AccTestCase{
|
||||
TerraformVersion: "0.15.5",
|
||||
Paths: []string{"./testdata/acc/google_compute_node_group"},
|
||||
|
|
Loading…
Reference in New Issue