mirror of https://github.com/apache/lucene.git
can't reliably crash recent IBM J9 jvms this way
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dfa449c1c6
commit
07af30a7c8
|
@ -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("Apple"));
|
||||
vendor.startsWith("Sun") || vendor.startsWith("Apple"));
|
||||
|
||||
// if we are not the fork
|
||||
if (System.getProperty("tests.crashmode") == null) {
|
||||
|
|
Loading…
Reference in New Issue