mirror of https://github.com/apache/lucene.git
diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f7d89668e
commit
e943f4e1e4
|
@ -31,6 +31,7 @@ import org.apache.solr.common.params.SolrParams;
|
|||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.HashMap;
|
||||
|
@ -44,6 +45,7 @@ import static org.apache.solr.cloud.OverseerCollectionProcessor.SHARDS_PROP;
|
|||
import static org.apache.solr.common.cloud.ZkNodeProps.makeMap;
|
||||
import static org.apache.solr.common.params.CollectionParams.CollectionAction.DELETEREPLICA;
|
||||
|
||||
@Ignore
|
||||
public class DeleteLastCustomShardedReplicaTest extends AbstractFullDistribZkTestBase {
|
||||
private CloudSolrServer client;
|
||||
|
||||
|
|
Loading…
Reference in New Issue