We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1b868 commit 29a29f4Copy full SHA for 29a29f4
pkg/server/api_v2_test.go
@@ -575,7 +575,12 @@ func TestCheckRestartSafe_Integration(t *testing.T) {
575
ctx := context.Background()
576
var err error
577
578
- testCluster := serverutils.StartCluster(t, 3, base.TestClusterArgs{})
+ testCluster := serverutils.StartCluster(t, 3, base.TestClusterArgs{
579
+ ServerArgs: base.TestServerArgs{
580
+ // TODO(155111): Test is flakey with DRPC enabled.
581
+ DefaultDRPCOption: base.TestDRPCDisabled,
582
+ },
583
+ })
584
defer testCluster.Stopper().Stop(ctx)
585
586
ts0 := testCluster.Server(0)
0 commit comments