From ad079a8bbaf55e0c14cd3fec09cc17265427e83a Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Thu, 13 Dec 2012 22:53:00 +0000 Subject: [PATCH] no comment! git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421598 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/lucene/util/TestRuleSetupAndRestoreClassEnv.java | 3 --- 1 file changed, 3 deletions(-) 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"); - } } /**