don't skip tests (assume) on J9

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-12-14 12:45:52 +00:00
parent 0ff3221bc2
commit 6ec10d0f8b
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");
}
}
/**