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:
Uwe Schindler 2015-01-18 13:00:09 +00:00
parent ecc2534e48
commit 426afa7b93
1 changed files with 2 additions and 1 deletions

View File

@ -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);