Skip to content

Commit

Permalink
kv/kvserver: skip TestReplicateRange
Browse files Browse the repository at this point in the history
Refs: cockroachdb#57560

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
jbowens committed Dec 8, 2020
1 parent 856172f commit 3daeabc
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 @@ -268,6 +268,7 @@ func TestStoreRecoverWithErrors(t *testing.T) {
// and a range, replicating the range to the second store, and reading its data there.
func TestReplicateRange(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 57560, "flaky test")
defer log.Scope(t).Close(t)
mtc := &multiTestContext{
// This test was written before the multiTestContext started creating many
Expand Down

0 comments on commit 3daeabc

Please sign in to comment.