Skip to content

Commit c641a40

Browse files
committed
sctest: unskip multitenant for schema change tests
The test passed without any other changes. Note that MultiRegionTestClusterFactory already allowed multitenant testing. Release note: None
1 parent f84948a commit c641a40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sql/schemachanger/sctest/test_server_factory.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ func (f SingleNodeTestClusterFactory) Start(ctx context.Context, t *testing.T) T
117117
UseTransactionalDescIDGenerator: true,
118118
},
119119
},
120-
DefaultTestTenant: base.TestDoesNotWorkWithSecondaryTenantsButWeDontKnowWhyYet(142814),
121120
}
122121
if f.server != nil {
123122
args.Knobs.Server = f.server

0 commit comments

Comments
 (0)