ignore this test for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-12-01 01:40:11 +00:00
parent 94c588e37c
commit 5aacb271b2
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
public class TestSqlEntityProcessorDelta extends AbstractSqlEntityProcessorTestCase {
private boolean delta = false;
private boolean useParentDeltaQueryParam = false;