diff --git a/pkg/migration/migrations/public_schema_migration_external_test.go b/pkg/migration/migrations/public_schema_migration_external_test.go index e22fd3224b8c..c77cef6aaee8 100644 --- a/pkg/migration/migrations/public_schema_migration_external_test.go +++ b/pkg/migration/migrations/public_schema_migration_external_test.go @@ -229,17 +229,16 @@ SELECT "parentSchemaID" FROM system.namespace WHERE name = $1 } } -func TestPublicSchemaMigration500Tables(t *testing.T) { - skip.WithIssue(t, 78947) +func TestPublicSchemaMigration250Tables(t *testing.T) { skip.UnderRace(t, "takes >1min under race") + skip.UnderStress(t, "takes >1min under stress") defer leaktest.AfterTest(t)() ctx := context.Background() - publicSchemaMigrationTest(t, ctx, 500) + publicSchemaMigrationTest(t, ctx, 250) } func TestPublicSchemaMigration10Tables(t *testing.T) { - skip.WithIssue(t, 78947) defer leaktest.AfterTest(t)() ctx := context.Background()