Skip to content

Commit

Permalink
Skip Datastream stream tests in VCR (hashicorp#7088) (hashicorp#13407)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jan 6, 2023
1 parent feb2eb9 commit fed2d28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/7088.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 2 additions & 0 deletions google/resource_datastream_stream_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
)

func TestAccDatastreamStream_datastreamStreamBasicExample(t *testing.T) {
skipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -183,6 +184,7 @@ resource "google_datastream_stream" "default" {
}

func TestAccDatastreamStream_datastreamStreamFullExample(t *testing.T) {
skipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down
2 changes: 2 additions & 0 deletions google/resource_datastream_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ func TestDatastreamStreamCustomDiff(t *testing.T) {
}

func TestAccDatastreamStream_update(t *testing.T) {
// this test uses the random provider
skipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down

0 comments on commit fed2d28

Please sign in to comment.