diff --git a/lucene/test-framework/src/java/org/apache/lucene/util/TestRuleSetupAndRestoreClassEnv.java b/lucene/test-framework/src/java/org/apache/lucene/util/TestRuleSetupAndRestoreClassEnv.java index fe7cfa65a84..e87720d59f5 100644 --- a/lucene/test-framework/src/java/org/apache/lucene/util/TestRuleSetupAndRestoreClassEnv.java +++ b/lucene/test-framework/src/java/org/apache/lucene/util/TestRuleSetupAndRestoreClassEnv.java @@ -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"); - } } /**