mirror of https://github.com/apache/lucene.git
dont revert my changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad079a8bba
commit
d819b9c547
|
@ -200,6 +200,9 @@ final class TestRuleSetupAndRestoreClassEnv extends AbstractBeforeAfterRule {
|
||||||
Arrays.toString(avoidCodecs.toArray()));
|
Arrays.toString(avoidCodecs.toArray()));
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
if (Constants.JAVA_VENDOR.startsWith("IBM")) {
|
||||||
|
throw new AssumptionViolatedException("refusing to execute on broken jvm");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue