mirror of https://github.com/apache/lucene.git
SOLR-1301: Ignore this test on Windows - there is a problem with Windows paths and Morphlines.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76f3bbef6e
commit
2c2b455442
|
@ -41,6 +41,7 @@ public class SolrCellMorphlineTest extends AbstractSolrMorphlineTestBase {
|
|||
private Map<String, Map<String, Object>> expectedRecordContents = new HashMap<String, Map<String, Object>>();
|
||||
@BeforeClass
|
||||
public static void beforeClass2() {
|
||||
assumeFalse("FIXME: Morphlines currently has issues with Windows paths", Constants.WINDOWS);
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue