mirror of https://github.com/apache/lucene.git
add Apple to this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1045323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ca059706e
commit
73f2e63037
|
@ -50,7 +50,7 @@ public class TestIndexWriterOnJRECrash extends TestNRTThreads {
|
|||
public void testNRTThreads() throws Exception {
|
||||
String vendor = Constants.JAVA_VENDOR;
|
||||
assumeTrue(vendor + " JRE not supported.",
|
||||
vendor.startsWith("Sun") || vendor.startsWith("IBM"));
|
||||
vendor.startsWith("Sun") || vendor.startsWith("IBM") || vendor.startsWith("Apple"));
|
||||
|
||||
// if we are not the fork
|
||||
if (System.getProperty("tests.crashmode") == null) {
|
||||
|
|
Loading…
Reference in New Issue