Skip to content

Commit

Permalink
Fix TF: unskip test TestAccDataprocVirtualCluster_basic (#12530)
Browse files Browse the repository at this point in the history
[upstream:b1ee4b633fed4566c4cf9b8ab48715bf7e9cdc67]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Dec 10, 2024
1 parent eea40cc commit aeab703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12530.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
dataproc: unskip failing test fixed in https://github.com/GoogleCloudPlatform/magic-modules/pull/12454.
```
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ func TestAccDataprocCluster_basic(t *testing.T) {
}

func TestAccDataprocVirtualCluster_basic(t *testing.T) {
// Currently failing
acctest.SkipIfVcr(t)
t.Parallel()

var cluster dataproc.Cluster
Expand Down

0 comments on commit aeab703

Please sign in to comment.