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:
Robert Muir 2012-12-13 22:58:00 +00:00
parent ad079a8bba
commit d819b9c547
1 changed files with 3 additions and 0 deletions

View File

@ -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");
}
}
/**