Skip to content

Commit

Permalink
Merge #40489
Browse files Browse the repository at this point in the history
40489: storage: skip TestRestoreReplicas r=knz a=tbg

See #40351.

Release note: None

Co-authored-by: Tobias Schottdorf <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Sep 5, 2019
2 parents 18bdfe1 + 1719b08 commit 08a22ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/client_raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ func TestReplicateRange(t *testing.T) {
func TestRestoreReplicas(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("https://github.com/cockroachdb/cockroach/issues/40351")

sc := storage.TestStoreConfig(nil)
// Disable periodic gossip activities. The periodic gossiping of the first
// range can cause spurious lease transfers which cause this test to fail.
Expand Down

0 comments on commit 08a22ef

Please sign in to comment.