SOLR-5865: Ignore test for the moment.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-03-19 14:54:03 +00:00
parent d05076d5f2
commit 05a0b55434
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ import org.apache.solr.common.params.ModifiableSolrParams;
import org.apache.solr.common.util.NamedList;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -53,6 +54,7 @@ import org.slf4j.LoggerFactory;
* LuceneTestCase, as the MiniSolrCloudCluster is designed to be used outside of the
* lucene test hierarchy.
*/
@Ignore
public class TestMiniSolrCloudCluster {
private static Logger log = LoggerFactory.getLogger(MiniSolrCloudCluster.class);