mirror of https://github.com/apache/lucene.git
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:
parent
c0717d0c18
commit
ea365a6a96
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue