Skip to content

Commit

Permalink
Merge pull request cockroachdb#10662 from tamird/skip-flaky
Browse files Browse the repository at this point in the history
storage: skip flaky tests
  • Loading branch information
tamird authored Nov 13, 2016
2 parents 48ceb11 + 522f03a commit b3b36c5
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 @@ -1152,6 +1152,7 @@ func TestUnreplicateFirstRange(t *testing.T) {
// over-replicated ranges and remove replicas from them.
func TestStoreRangeDownReplicate(t *testing.T) {
defer leaktest.AfterTest(t)()
t.Skip("#9603, #10171, #10536")
mtc := startMultiTestContext(t, 5)
defer mtc.Stop()
mtc.initGossipNetwork()
Expand Down Expand Up @@ -2349,6 +2350,7 @@ func TestReplicateRemovedNodeDisruptiveElection(t *testing.T) {

func TestReplicaTooOldGC(t *testing.T) {
defer leaktest.AfterTest(t)()
t.Skip("#10189")

sc := storage.TestStoreConfig(nil)
sc.TestingKnobs.DisableScanner = true
Expand Down

0 comments on commit b3b36c5

Please sign in to comment.