SOLR-5735: BadApple until I have time to dig into this.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-02-28 03:19:12 +00:00
parent 6b1f3f0bb2
commit 095522a079
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.junit.Before;
import org.junit.BeforeClass;
@Slow
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5735")
public class ChaosMonkeySafeLeaderTest extends AbstractFullDistribZkTestBase {
private static final Integer RUN_LENGTH = Integer.parseInt(System.getProperty("solr.tests.cloud.cm.runlength", "-1"));