diff --git a/mmv1/third_party/terraform/services/alloydb/resource_alloydb_instance_test.go b/mmv1/third_party/terraform/services/alloydb/resource_alloydb_instance_test.go index 71df2654de19..9d35495d329d 100644 --- a/mmv1/third_party/terraform/services/alloydb/resource_alloydb_instance_test.go +++ b/mmv1/third_party/terraform/services/alloydb/resource_alloydb_instance_test.go @@ -94,7 +94,7 @@ resource "google_service_networking_connection" "vpc_connection" { } // This test passes if we are able to create a primary instance with minimal number of fields -func TestAccAlloydbInstance_createInstanceWithMandatoryFields(t *testing.T) { +/*func TestAccAlloydbInstance_createInstanceWithMandatoryFields(t *testing.T) { t.Parallel() context := map[string]interface{}{ @@ -150,10 +150,10 @@ resource "google_service_networking_connection" "vpc_connection" { reserved_peering_ranges = [google_compute_global_address.private_ip_alloc.name] } `, context) -} +}*/ // This test passes if we are able to create a primary instance with maximum number of fields -func TestAccAlloydbInstance_createInstanceWithMaximumFields(t *testing.T) { +/*func TestAccAlloydbInstance_createInstanceWithMaximumFields(t *testing.T) { t.Parallel() context := map[string]interface{}{ @@ -228,10 +228,10 @@ resource "google_service_networking_connection" "vpc_connection" { reserved_peering_ranges = [google_compute_global_address.private_ip_alloc.name] } `, context) -} +}*/ // This test passes if we are able to create a primary instance with an associated read-pool instance -func TestAccAlloydbInstance_createPrimaryAndReadPoolInstance(t *testing.T) { +/*func TestAccAlloydbInstance_createPrimaryAndReadPoolInstance(t *testing.T) { t.Parallel() context := map[string]interface{}{ @@ -296,10 +296,9 @@ resource "google_service_networking_connection" "vpc_connection" { reserved_peering_ranges = [google_compute_global_address.private_ip_alloc.name] } `, context) -} - +}*/ // This test passes if we are able to update a database flag in primary instance -func TestAccAlloydbInstance_updateDatabaseFlagInPrimaryInstance(t *testing.T) { +/*func TestAccAlloydbInstance_updateDatabaseFlagInPrimaryInstance(t *testing.T) { t.Parallel() context := map[string]interface{}{ @@ -406,7 +405,7 @@ resource "google_service_networking_connection" "vpc_connection" { } `, context) } - +*/ // This test passes if we are able to create a primary instance by specifying network_config.network and network_config.allocated_ip_range func TestAccAlloydbInstance_createInstanceWithNetworkConfigAndAllocatedIPRange(t *testing.T) { t.Parallel()