From 426afa7b93ac3cd25293b5c3b67f800496509432 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 18 Jan 2015 13:00:09 +0000 Subject: [PATCH] SOLR-6489: Disable only failing tests git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652747 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java b/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java index 984d88d3e49..aead56c6909 100644 --- a/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java +++ b/solr/contrib/morphlines-cell/src/test/org/apache/solr/morphlines/cell/SolrCellMorphlineTest.java @@ -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 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);