Skip to content

Commit

Permalink
Skipped tests for tpg#20975 (#13132) (#9375)
Browse files Browse the repository at this point in the history
[upstream:df0fd025b04b734bf97818a97494fb5fb2e934fa]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Feb 20, 2025
1 parent 8c9b87c commit a1fe245
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/13132.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,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 @@ -2297,6 +2298,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 @@ -2342,6 +2344,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 @@ -2387,6 +2390,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 @@ -2433,6 +2437,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 @@ -2478,6 +2483,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 a1fe245

Please sign in to comment.