Skip to content

Commit

Permalink
storage,acceptance: skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BramGruneir committed Jul 26, 2016
1 parent c1114f9 commit 9458b21
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 9458b21

Please sign in to comment.