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:
Shalin Shekhar Mangar 2018-10-09 13:54:46 +05:30
parent b4d9b25f44
commit 184ed88ecb
1 changed files with 2 additions and 0 deletions

View File

@ -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