Skip to content

Commit 29a29f4

Browse files
committed
server: deflake TestCheckRestartSafe_Integration
This test seems to fail under DRPC. Informs #155111 Release note: None
1 parent 2c1b868 commit 29a29f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkg/server/api_v2_test.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,12 @@ func TestCheckRestartSafe_Integration(t *testing.T) {
575575
ctx := context.Background()
576576
var err error
577577

578-
testCluster := serverutils.StartCluster(t, 3, base.TestClusterArgs{})
578+
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+
})
579584
defer testCluster.Stopper().Stop(ctx)
580585

581586
ts0 := testCluster.Server(0)

0 commit comments

Comments
 (0)