Skip to content

Commit

Permalink
Skipped 100% failures impacting VCR (#9165) (#6446)
Browse files Browse the repository at this point in the history
[upstream:418c4c8881f95379c7cf676e7cad8c4bb5346106]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 4, 2023
1 parent fc54327 commit b0a7f6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/9165.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func TestAccContainerCluster_misc(t *testing.T) {
}

func TestAccContainerCluster_withAddons(t *testing.T) {
t.Skipf("Skipping test %s due to https://github.com/hashicorp/terraform-provider-google/issues/16114", t.Name())
t.Parallel()

clusterName := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ func TestAccContainerNodePool_withSandboxConfig(t *testing.T) {
}

func TestAccContainerNodePool_withKubeletConfig(t *testing.T) {
t.Skipf("Skipping test %s due to https://github.com/hashicorp/terraform-provider-google/issues/16064", t.Name())
t.Parallel()

cluster := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
Expand Down Expand Up @@ -684,6 +685,7 @@ func TestAccContainerNodePool_withBootDiskKmsKey(t *testing.T) {
}

func TestAccContainerNodePool_withUpgradeSettings(t *testing.T) {
t.Skipf("Skipping test %s due to https://github.com/hashicorp/terraform-provider-google/issues/16064", t.Name())
t.Parallel()

cluster := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
Expand Down

0 comments on commit b0a7f6f

Please sign in to comment.