tests: reenable assert

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-01-02 00:23:16 +00:00
parent 0446589f43
commit 87a6af1acf
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class ChaosMonkeyNothingIsSafeTest extends AbstractFullDistribZkTestBase
// we expect full throttle fails, but not cloud client...
for (StopableThread indexThread : threads) {
if (indexThread instanceof StopableIndexingThread && !(indexThread instanceof FullThrottleStopableIndexingThread)) {
//assertEquals(0, ((StopableIndexingThread) indexThread).getFails());
assertEquals(0, ((StopableIndexingThread) indexThread).getFails());
}
}