mirror of https://github.com/apache/lucene.git
SOLR-3856: @Ignore Delta test while investigating Linux failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ba17cf480
commit
f57cdb8fc3
|
@ -2,6 +2,7 @@ package org.apache.solr.handler.dataimport;
|
|||
|
||||
import org.apache.solr.request.LocalSolrQueryRequest;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/*
|
||||
|
@ -24,6 +25,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Test with various combinations of parameters, child entites, transformers.
|
||||
*/
|
||||
@Ignore("Investigate failures on Policeman Jenkins Linux")
|
||||
public class TestSqlEntityProcessorDelta extends AbstractDIHJdbcTestCase {
|
||||
private boolean delta = false;
|
||||
private boolean useParentDeltaQueryParam = false;
|
||||
|
|
Loading…
Reference in New Issue