Skip to content

Commit

Permalink
Skipped tests for tpg#20975 (#13132)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Feb 20, 2025
1 parent 6f9117a commit df0fd02
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func TestAccSqlDatabaseInstance_basicMSSQL(t *testing.T) {
}

func TestAccSqlDatabaseInstance_dontDeleteDefaultUserOnReplica(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20975")
t.Parallel()

databaseName := "tf-test-sql-instance-" + acctest.RandString(t, 10)
Expand Down Expand Up @@ -2295,6 +2296,7 @@ func TestAccSqlDatabaseInstance_activationPolicy(t *testing.T) {
}

func TestAccSqlDatabaseInstance_ReplicaPromoteSuccessful(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20975")
t.Parallel()

databaseName := "tf-test-sql-instance-" + acctest.RandString(t, 10)
Expand Down Expand Up @@ -2340,6 +2342,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteSuccessful(t *testing.T) {
}

func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNamePresent(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20975")
t.Parallel()
databaseName := "tf-test-sql-instance-" + acctest.RandString(t, 10)
failoverName := "tf-test-sql-instance-failover-" + acctest.RandString(t, 10)
Expand Down Expand Up @@ -2385,6 +2388,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNamePresen
}

func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithReplicaConfigurationPresent(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20975")
t.Parallel()

databaseName := "tf-test-sql-instance-" + acctest.RandString(t, 10)
Expand Down Expand Up @@ -2431,6 +2435,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithReplicaConfigurationPres
}

func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNameAndReplicaConfigurationPresent(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20975")
t.Parallel()

databaseName := "tf-test-sql-instance-" + acctest.RandString(t, 10)
Expand Down Expand Up @@ -2476,6 +2481,7 @@ func TestAccSqlDatabaseInstance_ReplicaPromoteFailedWithMasterInstanceNameAndRep
}

func TestAccSqlDatabaseInstance_ReplicaPromoteSkippedWithNoMasterInstanceNameAndNoReplicaConfigurationPresent(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20975")
t.Parallel()

databaseName := "tf-test-sql-instance-" + acctest.RandString(t, 10)
Expand Down

0 comments on commit df0fd02

Please sign in to comment.