Skip to content

Commit

Permalink
skip apigee tests in VCR (#8141) (#14898)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 13, 2023
1 parent f099f20 commit ce9e412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/8141.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import (

func TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample(t *testing.T) {
t.Parallel()
// Resource uses multipart boundary which by default is random
acctest.SkipIfVcr(t)

context := map[string]interface{}{
"org_id": acctest.GetTestOrgFromEnv(t),
Expand Down

0 comments on commit ce9e412

Please sign in to comment.