Skip to content

Commit 136d283

Browse files
Fix TF: unskip test TestAccDataprocVirtualCluster_basic (#12530) (#8886)
[upstream:b1ee4b633fed4566c4cf9b8ab48715bf7e9cdc67] Signed-off-by: Modular Magician <[email protected]>
1 parent eea40cc commit 136d283

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/12530.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
dataproc: unskip failing test fixed in https://github.com/GoogleCloudPlatform/magic-modules/pull/12454.
3+
```

google-beta/services/dataproc/resource_dataproc_cluster_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ func TestAccDataprocCluster_basic(t *testing.T) {
107107
}
108108

109109
func TestAccDataprocVirtualCluster_basic(t *testing.T) {
110-
// Currently failing
111-
acctest.SkipIfVcr(t)
112110
t.Parallel()
113111

114112
var cluster dataproc.Cluster

0 commit comments

Comments
 (0)