Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This is failing on all PRs; skipping until resolved.
  • Loading branch information
melinath authored Oct 24, 2024
1 parent 1a4d3ca commit 03d33fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1809,6 +1809,7 @@ func TestAccSqlDatabaseInstance_Postgres_Edition_Upgrade(t *testing.T) {
}

func TestAccSqlDatabaseInstance_Edition_Downgrade(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20010")
t.Parallel()
enterprisePlusTier := "db-perf-optimized-N-2"
enterpriseTier := "db-custom-2-13312"
Expand Down

0 comments on commit 03d33fc

Please sign in to comment.