Skip to content

Commit

Permalink
alloydb: re-enabled VCR for TestAccAlloydb* tests (GoogleCloudPlatf…
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley authored and akshat-jindal-nit committed Nov 18, 2024
1 parent 9aa9c21 commit 6692ee8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion mmv1/products/alloydb/Backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ examples:
ignore_read_extra:
- 'reconciling'
- 'update_time'
exclude_test: true
- name: 'alloydb_backup_full_test'
primary_resource_id: 'default'
vars:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
// The cluster creation should succeed with minimal number of arguments
func TestAccAlloydbCluster_secondaryClusterMandatoryFields(t *testing.T) {
t.Parallel()
// https://github.com/hashicorp/terraform-provider-google/issues/16231
acctest.SkipIfVcr(t)
context := map[string]interface{}{
"network_name": acctest.BootstrapSharedServiceNetworkingConnection(t, "alloydbinstance-network-config-1"),
"random_suffix": acctest.RandString(t, 10),
Expand Down Expand Up @@ -152,9 +150,6 @@ data "google_compute_network" "default" {
func TestAccAlloydbCluster_secondaryClusterDefinedSecondaryConfigButMissingClusterTypeSecondary(t *testing.T) {
t.Parallel()

// Unskip in https://github.com/hashicorp/terraform-provider-google/issues/16231
acctest.SkipIfVcr(t)

context := map[string]interface{}{
"network_name": acctest.BootstrapSharedServiceNetworkingConnection(t, "alloydbinstance-network-config-1"),
"random_suffix": acctest.RandString(t, 10),
Expand Down

0 comments on commit 6692ee8

Please sign in to comment.