We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea40cc commit 136d283Copy full SHA for 136d283
.changelog/12530.txt
@@ -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
@@ -107,8 +107,6 @@ func TestAccDataprocCluster_basic(t *testing.T) {
107
}
108
109
func TestAccDataprocVirtualCluster_basic(t *testing.T) {
110
- // Currently failing
111
- acctest.SkipIfVcr(t)
112
t.Parallel()
113
114
var cluster dataproc.Cluster
0 commit comments