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:
Noble Paul 2014-09-24 04:26:23 +00:00
parent 1f7d89668e
commit e943f4e1e4
1 changed files with 2 additions and 0 deletions

View File

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