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:
James Dyer 2012-11-08 15:51:48 +00:00
parent 5ba17cf480
commit f57cdb8fc3
1 changed files with 2 additions and 0 deletions

View File

@ -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;