mirror of https://github.com/apache/lucene.git
tests: don't ignore all exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fced47d33f
commit
52002c62aa
|
@ -138,7 +138,7 @@ public class FullSolrCloudTest extends AbstractDistributedZkTestCase {
|
|||
@Override
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
ignoreException(".*");
|
||||
// ignoreException(".*");
|
||||
System.setProperty("numShards", Integer.toString(sliceCount));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue