Skip to content

Commit 21631af

Browse files
Skip VCR tests if no go files have been modified by the magic modules (#5030) (#3477)
Signed-off-by: Modular Magician <[email protected]>
1 parent ed0cdc0 commit 21631af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changelog/5030.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_dataproc_cluster_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515

16-
dataproc "google.golang.org/api/dataproc/v1beta2"
1716
"google.golang.org/api/googleapi"
17+
18+
dataproc "google.golang.org/api/dataproc/v1beta2"
1819
)
1920

2021
func TestDataprocExtractInitTimeout(t *testing.T) {

0 commit comments

Comments
 (0)