SOLR-11469: disable LeaderElectionContextKeyTest since we know it's logically flawed

This commit is contained in:
Chris Hostetter 2017-10-12 13:41:10 -07:00
parent 05ce968482
commit cd1a635898
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ import org.hamcrest.CoreMatchers;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Test; 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 { public class LeaderElectionContextKeyTest extends SolrCloudTestCase {
private static final String TEST_COLLECTION_1 = "testCollection1"; private static final String TEST_COLLECTION_1 = "testCollection1";