From cd1a635898e2d37b723ae648a270242f9fc80323 Mon Sep 17 00:00:00 2001 From: Chris Hostetter Date: Thu, 12 Oct 2017 13:41:10 -0700 Subject: [PATCH] SOLR-11469: disable LeaderElectionContextKeyTest since we know it's logically flawed --- .../org/apache/solr/cloud/LeaderElectionContextKeyTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/core/src/test/org/apache/solr/cloud/LeaderElectionContextKeyTest.java b/solr/core/src/test/org/apache/solr/cloud/LeaderElectionContextKeyTest.java index 728ea1bb867..bfb1c13df33 100644 --- a/solr/core/src/test/org/apache/solr/cloud/LeaderElectionContextKeyTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/LeaderElectionContextKeyTest.java @@ -34,6 +34,9 @@ import org.hamcrest.CoreMatchers; import org.junit.BeforeClass; import org.junit.Test; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; + +@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-11469") public class LeaderElectionContextKeyTest extends SolrCloudTestCase { private static final String TEST_COLLECTION_1 = "testCollection1";