Skip to content

Commit 62beeab

Browse files
committed
sql: enable multi-tenancy in TestReacquireLeaseOnRestart
Epic: none Release note: none
1 parent b8a2c4e commit 62beeab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sql/txn_restart_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,6 @@ func TestReacquireLeaseOnRestart(t *testing.T) {
13151315

13161316
params.Knobs.Store = storeTestingKnobs
13171317
params.Knobs.KVClient = clientTestingKnobs
1318-
params.DefaultTestTenant = base.TestDoesNotWorkWithExternalProcessMode(156333)
13191318
srv, sqlDB, _ := serverutils.StartServer(t, params)
13201319
defer srv.Stopper().Stop(context.Background())
13211320
s = srv.ApplicationLayer()

0 commit comments

Comments
 (0)