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:
Robert Muir 2011-03-11 20:46:07 +00:00
parent 969067c0e2
commit 3ba04fee2c
1 changed files with 0 additions and 2 deletions

View File

@ -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";