Skip to content

Commit ea65eda

Browse files
Add VCR to DCL as it should work now (#4834) (#3320)
Signed-off-by: Modular Magician <[email protected]>
1 parent 0d48939 commit ea65eda

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.changelog/4834.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_workflow_template_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import (
1010
)
1111

1212
func TestAccDataprocWorkflowTemplate_basic(t *testing.T) {
13-
// DCL currently fails due to transport modification
14-
skipIfVcr(t)
1513
t.Parallel()
1614

1715
context := map[string]interface{}{

google-beta/resource_eventarc_trigger_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import (
1010
)
1111

1212
func TestAccEventarcTrigger_basic(t *testing.T) {
13-
// DCL currently fails due to transport modification
14-
skipIfVcr(t)
1513
t.Parallel()
1614

1715
context := map[string]interface{}{
@@ -37,8 +35,6 @@ func TestAccEventarcTrigger_basic(t *testing.T) {
3735
}
3836

3937
func TestAccEventarcTrigger_transport(t *testing.T) {
40-
// DCL currently fails due to transport modification
41-
skipIfVcr(t)
4238
t.Parallel()
4339

4440
context := map[string]interface{}{

0 commit comments

Comments
 (0)