Skip to content

Commit 591ef2d

Browse files
Skip alloydb vcr tests failling due to tennent project issues (#9258) (#16246)
[upstream:2ddb294fe8e09affa093b8210db8bb8bab006098] Signed-off-by: Modular Magician <[email protected]>
1 parent a0ed3f4 commit 591ef2d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changelog/9258.txt

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

google/services/alloydb/resource_alloydb_backup_generated_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ resource "google_compute_network" "default" {
100100
}
101101

102102
func TestAccAlloydbBackup_alloydbBackupFullExample(t *testing.T) {
103+
acctest.SkipIfVcr(t)
103104
t.Parallel()
104105

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

google/services/alloydb/resource_alloydb_secondary_cluster_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import (
1313
// The cluster creation should succeed with minimal number of arguments
1414
func TestAccAlloydbCluster_secondaryClusterMandatoryFields(t *testing.T) {
1515
t.Parallel()
16-
16+
// https://github.com/hashicorp/terraform-provider-google/issues/16231
17+
acctest.SkipIfVcr(t)
1718
context := map[string]interface{}{
1819
"random_suffix": acctest.RandString(t, 10),
1920
}
@@ -496,7 +497,7 @@ resource "google_alloydb_cluster" "secondary" {
496497
secondary_config {
497498
primary_cluster_name = google_alloydb_cluster.primary.name
498499
}
499-
500+
500501
automated_backup_policy {
501502
location = "us-central1"
502503
backup_window = "1800s"

0 commit comments

Comments
 (0)