mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-01 14:41:19 +00:00
Disable intermittent test DistributedAlfrescoSolrTrackerRaceIT#testTracker
This commit is contained in:
@@ -42,6 +42,7 @@ import org.apache.lucene.search.TermQuery;
|
|||||||
import org.apache.solr.SolrTestCaseJ4;
|
import org.apache.solr.SolrTestCaseJ4;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import static java.util.Arrays.asList;
|
import static java.util.Arrays.asList;
|
||||||
@@ -76,6 +77,7 @@ public class DistributedAlfrescoSolrTrackerRaceIT extends AbstractAlfrescoDistri
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("https://issues.alfresco.com/jira/browse/SEARCH-2523")
|
||||||
public void testTracker() throws Exception {
|
public void testTracker() throws Exception {
|
||||||
putHandleDefaults();
|
putHandleDefaults();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user