SOLR-6489: Disable Morphlines-Cell tests, because Update to Tika 1.6 (SOLR-6488) broke them

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-08 07:10:12 +00:00
parent c0717d0c18
commit ea365a6a96
1 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@ import org.apache.tika.metadata.Metadata;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-6489")
public class SolrCellMorphlineTest extends AbstractSolrMorphlineTestBase {
private Map<String,Integer> expectedRecords = new HashMap<>();