Merge pull request #1260 from snyk/fix/disable_node_groupe_acc_test

fix: disable acc test for Google_ComputeNodeGroup
main
Martin 2021-12-07 18:58:34 +01:00 committed by GitHub
commit 05dd1b1ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"},