mirror of https://github.com/apache/lucene.git
SOLR-5343: disable unreliable test method (fails more than 1/3 of the time)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
894813029f
commit
13ed98be82
|
@ -72,6 +72,7 @@ import org.apache.solr.util.AbstractSolrTestCase;
|
|||
import org.apache.solr.util.FileUtils;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
@ -750,7 +751,7 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
|
|||
}
|
||||
|
||||
|
||||
@Test
|
||||
@Test @Ignore("https://issues.apache.org/jira/browse/SOLR-5343")
|
||||
public void doTestStressReplication() throws Exception {
|
||||
// change solrconfig on slave
|
||||
// this has no entry for pollinginterval
|
||||
|
|
Loading…
Reference in New Issue