Skip to content

Commit

Permalink
Skip another test that is flaky until #768 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 29, 2015
1 parent 0ec2515 commit 570b508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/client_range_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func TestRangeGCQueueDropReplica(t *testing.T) {
// removes a range from a store that no longer should have a replica.
func TestRangeGCQueueDropReplicaGCOnScan(t *testing.T) {
defer leaktest.AfterTest(t)
t.Skip("TODO(bdarnell): #768")

mtc := startMultiTestContext(t, 3)
defer mtc.Stop()
Expand Down

0 comments on commit 570b508

Please sign in to comment.