From 03d33fc2d2913a5dcd5831c58e572dfaef224f96 Mon Sep 17 00:00:00 2001 From: "Stephen Lewis (Burrows)" Date: Thu, 24 Oct 2024 15:19:46 -0700 Subject: [PATCH] Skip https://github.com/hashicorp/terraform-provider-google/issues/20010 This is failing on all PRs; skipping until resolved. --- .../services/sql/resource_sql_database_instance_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go index d2a75cd1767f..0cf6813466d7 100644 --- a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go +++ b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go @@ -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"