Skip to content

Commit

Permalink
kv/kvserver: skip TestReplicateQueueSwapVotersWithNonVoters under race
Browse files Browse the repository at this point in the history
Refs: cockroachdb#65932

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
sumeerbhola committed Jun 1, 2021
1 parent 82a4d1d commit 786a9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/replicate_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ func getNonVoterNodeIDs(rangeDesc roachpb.RangeDescriptor) (result []roachpb.Nod
// from voter to non-voter.
func TestReplicateQueueSwapVotersWithNonVoters(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.UnderRaceWithIssue(t, 65932, "flaky test")
defer log.Scope(t).Close(t)

ctx := context.Background()
Expand Down

0 comments on commit 786a9c0

Please sign in to comment.