SOLR-9220: Disable failing tests

This commit is contained in:
Steve Rowe 2016-06-18 16:10:37 -04:00
parent a7f89cd843
commit 2d96fe17d6
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public class MorphlineMapperTest extends MRUnitBase {
}
@Test
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-9220")
public void testMapper() throws Exception {
MorphlineMapper mapper = new MorphlineMapper();
MapDriver<LongWritable, Text, Text, SolrInputDocumentWritable> mapDriver = MapDriver.newMapDriver(mapper);;

View File

@ -196,6 +196,7 @@ public class SolrCellMorphlineTest extends AbstractSolrMorphlineTestBase {
}
@Test
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-9220")
public void testSolrCellDocumentTypes2() throws Exception {
AbstractSolrMorphlineTestBase.setupMorphline(tempDir, "test-morphlines/solrCellDocumentTypes", false);