SOLR-5476 ignored till there is a reliable way to restart Overseer

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2014-01-22 11:13:54 +00:00
parent bd04876772
commit 03aba1adc3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import static org.apache.solr.cloud.OverseerCollectionProcessor.REPLICATION_FACT
import static org.apache.solr.cloud.OverseerCollectionProcessor.getSortedNodeNames;
import static org.apache.solr.common.cloud.ZkNodeProps.makeMap;
import static org.apache.solr.common.params.CollectionParams.CollectionAction;
@Ignore("needs to restart the OverSeer")
public class OverseerRolesTest extends AbstractFullDistribZkTestBase{
private CloudSolrServer client;