mirror of https://github.com/apache/lucene.git
SOLR-5735: Try to enable this test again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1589489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c72219c98
commit
b25a5d00ab
|
@ -33,7 +33,6 @@ import org.junit.Before;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
|
||||||
@Slow
|
@Slow
|
||||||
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5735")
|
|
||||||
public class ChaosMonkeySafeLeaderTest extends AbstractFullDistribZkTestBase {
|
public class ChaosMonkeySafeLeaderTest extends AbstractFullDistribZkTestBase {
|
||||||
|
|
||||||
private static final Integer RUN_LENGTH = Integer.parseInt(System.getProperty("solr.tests.cloud.cm.runlength", "-1"));
|
private static final Integer RUN_LENGTH = Integer.parseInt(System.getProperty("solr.tests.cloud.cm.runlength", "-1"));
|
||||||
|
|
Loading…
Reference in New Issue