Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
59214: kv/kvserver: skip TestReportUnreachableRemoveRace r=nkodali a=adityamaru

Refs: cockroachdb#59209

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Aditya Maru <[email protected]>
  • Loading branch information
craig[bot] and adityamaru committed Jan 21, 2021
2 parents 9e0671c + 9051fd3 commit b0bcfb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/client_raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2530,6 +2530,7 @@ func TestReportUnreachableHeartbeats(t *testing.T) {
// races (primarily in asynchronous coalesced heartbeats).
func TestReportUnreachableRemoveRace(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 59209, "flaky test")
defer log.Scope(t).Close(t)

ctx := context.Background()
Expand Down

0 comments on commit b0bcfb3

Please sign in to comment.