Skip to content

Commit

Permalink
Merge pull request cockroachdb#8022 from BramGruneir/skiptest
Browse files Browse the repository at this point in the history
storage,acceptance: skip flaky tests
  • Loading branch information
vivekmenezes authored Jul 26, 2016
2 parents ac2df46 + 9458b21 commit d723e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions acceptance/partition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestPartitionNemesis(t *testing.T) {
}

func TestPartitionBank(t *testing.T) {
t.Skip("#7978")
SkipUnlessPrivileged(t)
runTestOnConfigs(t, testBankWithNemesis(BidirectionalPartitionNemesis))
}
Expand Down
1 change: 1 addition & 0 deletions storage/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ func TestBaseQueueAddRemove(t *testing.T) {
// rejected when the queue has 'acceptsUnsplitRanges = false'.
func TestAcceptsUnsplitRanges(t *testing.T) {
defer leaktest.AfterTest(t)()
t.Skip("#8001")
s, _, stopper := createTestStore(t)
defer stopper.Stop()

Expand Down

0 comments on commit d723e00

Please sign in to comment.