Skip to content

Commit c5a38a9

Browse files
Skip tests due to GKE version constraints (#3526) (#2081)
Signed-off-by: Modular Magician <[email protected]>
1 parent b60e8b2 commit c5a38a9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changelog/3526.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_container_cluster_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,8 @@ func TestAccContainerCluster_withVersion(t *testing.T) {
682682
}
683683

684684
func TestAccContainerCluster_updateVersion(t *testing.T) {
685+
// TODO re-enable this test when GKE supports multiple versions concurrently
686+
t.Skip("Only a single GKE version is supported currently by the API, this test cannot pass")
685687
t.Parallel()
686688

687689
clusterName := fmt.Sprintf("tf-test-cluster-%s", randString(t, 10))
@@ -940,6 +942,8 @@ func TestAccContainerCluster_withNodePoolBasic(t *testing.T) {
940942
}
941943

942944
func TestAccContainerCluster_withNodePoolUpdateVersion(t *testing.T) {
945+
// TODO re-enable this test when GKE supports multiple versions concurrently
946+
t.Skip("Only a single GKE version is supported currently by the API, this test cannot pass")
943947
t.Parallel()
944948

945949
clusterName := fmt.Sprintf("tf-test-cluster-nodepool-%s", randString(t, 10))

0 commit comments

Comments
 (0)