mirror of https://github.com/apache/lucene.git
Revert the revert of the revert. I hope Robert Muir will followup and we can agree that this patch is not really a good idea and we should discuss on LUCENE-4630 what to do. I know that Mike is already beasting J9, so we would need an option to disable this AssumptionFailedEx. Thanks in advance!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ed3c4654c
commit
0ff3221bc2
|
@ -200,6 +200,9 @@ final class TestRuleSetupAndRestoreClassEnv extends AbstractBeforeAfterRule {
|
|||
Arrays.toString(avoidCodecs.toArray()));
|
||||
throw e;
|
||||
}
|
||||
if (Constants.JAVA_VENDOR.startsWith("IBM")) {
|
||||
throw new AssumptionViolatedException("refusing to execute on broken jvm");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue