Skip to content

Commit

Permalink
Skip VCR test TestAccLoggingProjectSink_updatePreservesCustomWriter (#…
Browse files Browse the repository at this point in the history
…9576) (#16672)

[upstream:3a85747d20f2e7f4be3cba8e428073f70fe7be2b]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 4, 2023
1 parent 6689571 commit 00c1963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/9576.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/services/logging/resource_logging_project_sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ func TestAccLoggingProjectSink_updatePreservesUniqueWriter(t *testing.T) {
}

func TestAccLoggingProjectSink_updatePreservesCustomWriter(t *testing.T) {
// Investigating failure reason, skipping in VCR for now
acctest.SkipIfVcr(t)
t.Parallel()

sinkName := "tf-test-sink-" + acctest.RandString(t, 10)
Expand Down

0 comments on commit 00c1963

Please sign in to comment.