mirror of https://github.com/apache/lucene.git
SOLR-12845: Disable the test until we can add a default policy equivalent to the hard coded legacy assignment rules
This commit is contained in:
parent
b4d9b25f44
commit
184ed88ecb
|
@ -17,11 +17,13 @@
|
|||
|
||||
package org.apache.solr.cloud;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.solr.client.solrj.request.CollectionAdminRequest;
|
||||
import org.apache.solr.common.cloud.Slice;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12845")
|
||||
public class TestDeleteCollectionOnDownNodes extends SolrCloudTestCase {
|
||||
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in New Issue