Skip to content

Commit 0bdd179

Browse files
committed
DO NOT MERGE: disable DRPC randomization
1 parent ae17e9b commit 0bdd179

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/testutils/serverutils/test_server_shim.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,7 @@ func ShouldEnableDRPC(ctx context.Context, t TestLogger, option base.DefaultTest
625625
case base.TestDRPCEnabled:
626626
enableDRPC = true
627627
case base.TestDRPCEnabledRandomly:
628-
rng, _ := randutil.NewTestRand()
629-
enableDRPC = rng.Intn(2) == 0
628+
enableDRPC = true
630629
case base.TestDRPCUnset:
631630
return false
632631
}

0 commit comments

Comments
 (0)