SOLR-13860: Ignore testKillTlogReplica

This commit is contained in:
Tomas Fernandez Lobbe 2019-11-14 15:16:35 -08:00
parent e59563f189
commit 4931c0989d
1 changed files with 2 additions and 0 deletions

View File

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