mirror of https://github.com/apache/lucene.git
tests: enable test - discussion on the recent fail for this test should occur in SOLR-5735
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
666ed8a243
commit
dc77c92d0f
|
@ -32,7 +32,7 @@ import org.junit.AfterClass;
|
|||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
|
||||
@Slow @BadApple
|
||||
@Slow
|
||||
public class ChaosMonkeySafeLeaderTest extends AbstractFullDistribZkTestBase {
|
||||
|
||||
private static final Integer RUN_LENGTH = Integer.parseInt(System.getProperty("solr.tests.cloud.cm.runlength", "-1"));
|
||||
|
|
Loading…
Reference in New Issue