mirror of https://github.com/apache/lucene.git
SOLR-11469: disable LeaderElectionContextKeyTest since we know it's logically flawed
This commit is contained in:
parent
05ce968482
commit
cd1a635898
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue