From aaafda0f6e5b3ccee8898c05f599618ac28e0cff Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Sun, 24 Nov 2013 18:54:52 +0000 Subject: [PATCH] SOLR-4713: This should not be an issue anymore git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545035 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java index 695923a12e2..a88bf0a90ff 100644 --- a/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java @@ -109,7 +109,7 @@ public class CollectionsAPIDistributedZkTest extends AbstractFullDistribZkTestBa @BeforeClass public static void beforeThisClass2() throws Exception { - assumeFalse("FIXME: This test fails under Java 8 all the time, see SOLR-4711", Constants.JRE_IS_MINIMUM_JAVA8); + } @Before