@@ -121,6 +121,7 @@ func TestAccSqlDatabaseInstance_basicMSSQL(t *testing.T) {
121
121
}
122
122
123
123
func TestAccSqlDatabaseInstance_dontDeleteDefaultUserOnReplica (t * testing.T ) {
124
+ t .Skip ("https://github.com/hashicorp/terraform-provider-google/issues/20975" )
124
125
t .Parallel ()
125
126
126
127
databaseName := "tf-test-sql-instance-" + acctest .RandString (t , 10 )
@@ -2295,6 +2296,7 @@ func TestAccSqlDatabaseInstance_activationPolicy(t *testing.T) {
2295
2296
}
2296
2297
2297
2298
func TestAccSqlDatabaseInstance_ReplicaPromoteSuccessful (t * testing.T ) {
2299
+ t .Skip ("https://github.com/hashicorp/terraform-provider-google/issues/20975" )
2298
2300
t .Parallel ()
2299
2301
2300
2302
databaseName := "tf-test-sql-instance-" + acctest .RandString (t , 10 )
@@ -2340,6 +2342,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteSuccessful(t *testing.T) {
2340
2342
}
2341
2343
2342
2344
func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNamePresent (t * testing.T ) {
2345
+ t .Skip ("https://github.com/hashicorp/terraform-provider-google/issues/20975" )
2343
2346
t .Parallel ()
2344
2347
databaseName := "tf-test-sql-instance-" + acctest .RandString (t , 10 )
2345
2348
failoverName := "tf-test-sql-instance-failover-" + acctest .RandString (t , 10 )
@@ -2385,6 +2388,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNamePresen
2385
2388
}
2386
2389
2387
2390
func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithReplicaConfigurationPresent (t * testing.T ) {
2391
+ t .Skip ("https://github.com/hashicorp/terraform-provider-google/issues/20975" )
2388
2392
t .Parallel ()
2389
2393
2390
2394
databaseName := "tf-test-sql-instance-" + acctest .RandString (t , 10 )
@@ -2431,6 +2435,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithReplicaConfigurationPres
2431
2435
}
2432
2436
2433
2437
func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNameAndReplicaConfigurationPresent (t * testing.T ) {
2438
+ t .Skip ("https://github.com/hashicorp/terraform-provider-google/issues/20975" )
2434
2439
t .Parallel ()
2435
2440
2436
2441
databaseName := "tf-test-sql-instance-" + acctest .RandString (t , 10 )
@@ -2476,6 +2481,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNameAndRep
2476
2481
}
2477
2482
2478
2483
func TestAccSqlDatabaseInstance_ReplicaPromoteSkippedWithNoMasterInstanceNameAndNoReplicaConfigurationPresent (t * testing.T ) {
2484
+ t .Skip ("https://github.com/hashicorp/terraform-provider-google/issues/20975" )
2479
2485
t .Parallel ()
2480
2486
2481
2487
databaseName := "tf-test-sql-instance-" + acctest .RandString (t , 10 )
0 commit comments