Skip to content

Commit 0370652

Browse files
committed
schemachanger: unskip multitenancy tests for TestCreateObjectConcurrency
This passed without other changes. Release note: None
1 parent df41a23 commit 0370652

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/sql/schemachanger/schemachanger_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,11 +1054,7 @@ CREATE TABLE t2(n int);
10541054
for _, test := range tests {
10551055
t.Run(test.name, func(t *testing.T) {
10561056
ctx := context.Background()
1057-
s, sqlDB, _ := serverutils.StartServer(t, base.TestServerArgs{
1058-
// This would work with secondary tenants as well, but the span config
1059-
// limited logic can hit transaction retries on the span_count table.
1060-
DefaultTestTenant: base.TestIsForStuffThatShouldWorkWithSecondaryTenantsButDoesntYet(138733),
1061-
})
1057+
s, sqlDB, _ := serverutils.StartServer(t, base.TestServerArgs{})
10621058
defer s.Stopper().Stop(ctx)
10631059

10641060
runner := sqlutils.MakeSQLRunner(sqlDB)

0 commit comments

Comments
 (0)