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 8b1e1a9 commit ac090a8Copy full SHA for ac090a8
pkg/kv/kvserver/replicate_queue_test.go
@@ -2154,9 +2154,7 @@ func TestPromoteNonVoterInAddVoter(t *testing.T) {
2154
// This test is slow under stress/race and can time out when upreplicating /
2155
// rebalancing to ensure all stores have the same range count initially, due
2156
// to slow heartbeats.
2157
- skip.UnderStress(t)
2158
- skip.UnderDeadlock(t)
2159
- skip.UnderRace(t)
+ skip.UnderDuress(t)
2160
2161
defer testutils.StartExecTrace(t, scope.GetDirectory()).Finish(t)
2162
0 commit comments