Skip to content

Commit ce9e412

Browse files
skip apigee tests in VCR (#8141) (#14898)
Signed-off-by: Modular Magician <[email protected]>
1 parent f099f20 commit ce9e412

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/8141.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/resource_apigee_keystores_aliases_key_cert_file_generated_test.go renamed to google/resource_apigee_keystores_aliases_key_cert_file_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import (
1717

1818
func TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample(t *testing.T) {
1919
t.Parallel()
20+
// Resource uses multipart boundary which by default is random
21+
acctest.SkipIfVcr(t)
2022

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

0 commit comments

Comments
 (0)