mirror of https://github.com/apache/lucene.git
SOLR-13860: Ignore testKillTlogReplica
This commit is contained in:
parent
e59563f189
commit
4931c0989d
|
@ -70,6 +70,7 @@ import org.apache.solr.util.TimeOut;
|
|||
import org.apache.zookeeper.KeeperException;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
@ -439,6 +440,7 @@ public class TestTlogReplica extends SolrCloudTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@Ignore
|
||||
public void testKillTlogReplica() throws Exception {
|
||||
DocCollection docCollection = createAndWaitForCollection(1, 0, 2, 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue