mirror of https://github.com/apache/lucene.git
ignore didnt work either, giving up and reverting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
969067c0e2
commit
3ba04fee2c
|
@ -28,7 +28,6 @@ import org.apache.solr.util.AbstractSolrTestCase;
|
|||
import org.apache.zookeeper.KeeperException;
|
||||
import org.apache.zookeeper.WatchedEvent;
|
||||
import org.apache.zookeeper.Watcher;
|
||||
import org.junit.Ignore;
|
||||
|
||||
public class ZkSolrClientTest extends AbstractSolrTestCase {
|
||||
private static final boolean DEBUG = false;
|
||||
|
@ -160,7 +159,6 @@ public class ZkSolrClientTest extends AbstractSolrTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@Ignore("test case crashes modern jres")
|
||||
public void testWatchChildren() throws Exception {
|
||||
String zkDir = dataDir.getAbsolutePath() + File.separator
|
||||
+ "zookeeper/server1/data";
|
||||
|
|
Loading…
Reference in New Issue