mirror of https://github.com/apache/lucene.git
SOLR-6489: Disable only failing tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ecc2534e48
commit
426afa7b93
|
@ -35,7 +35,6 @@ 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<>();
|
||||
|
@ -140,6 +139,7 @@ public class SolrCellMorphlineTest extends AbstractSolrMorphlineTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-6489")
|
||||
public void testSolrCellJPGCompressed() throws Exception {
|
||||
morphline = createMorphline("test-morphlines" + File.separator + "solrCellJPGCompressed");
|
||||
String path = RESOURCES_DIR + File.separator + "test-documents" + File.separator;
|
||||
|
@ -163,6 +163,7 @@ public class SolrCellMorphlineTest extends AbstractSolrMorphlineTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-6489")
|
||||
public void testSolrCellDocumentTypes() throws Exception {
|
||||
AbstractSolrMorphlineTestBase.setupMorphline(tempDir, "test-morphlines/solrCellDocumentTypes", false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue