Skip to content

Commit

Permalink
Removed flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
pfcoperez committed Mar 10, 2017
1 parent 43ef04d commit 8562dda
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,7 @@ class ZookeeperIntegrationTest extends WordSpec
sequenceGroups(outTwoAndThree) foreach { group =>
group should contain theSameElementsInOrderAs (group.min until (group.min + group.size))
}

sequenceGroups(outOneAndThree) foreach { group =>
group should not contain theSameElementsInOrderAs (group.min until (group.min + group.size))
}


}


Expand Down

0 comments on commit 8562dda

Please sign in to comment.