Don't revert my revert. I disabled this JVM. But to be able to test this I must be able to run the test? Can you please wait the next time before you commit such shit?

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-12-13 23:04:22 +00:00
parent d819b9c547
commit ead809a5ff
1 changed files with 0 additions and 3 deletions

View File

@ -200,9 +200,6 @@ 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");
}
}
/**