mirror of
https://github.com/apache/lucene.git
synced 2025-02-23 02:35:02 +00:00
Disable 2 tests not working on windows (they are not run from ANT because of another assume, but eclipse tries to run them - no security manager).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571111 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
97fc4a3e55
commit
efbd2b9d82
@ -115,6 +115,7 @@ public class MorphlineBasicMiniMRTest extends SolrTestCaseJ4 {
|
||||
assumeFalse("HDFS tests were disabled by -Dtests.disableHdfs",
|
||||
Boolean.parseBoolean(System.getProperty("tests.disableHdfs", "false")));
|
||||
|
||||
assumeFalse("FIXME: This test does not work with Windows because of native library requirements", 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"));
|
||||
|
||||
|
@ -137,6 +137,7 @@ public class MorphlineGoLiveMiniMRTest extends AbstractFullDistribZkTestBase {
|
||||
assumeFalse("HDFS tests were disabled by -Dtests.disableHdfs",
|
||||
Boolean.parseBoolean(System.getProperty("tests.disableHdfs", "false")));
|
||||
|
||||
assumeFalse("FIXME: This test does not work with Windows because of native library requirements", 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…
x
Reference in New Issue
Block a user