SOLR-5113: Disable test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-08-03 22:49:10 +00:00
parent 95b806b296
commit 6465385110
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ import org.apache.solr.update.SolrCmdDistributor.Request;
import org.apache.solr.util.DefaultSolrThreadFactory;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import javax.management.MBeanServer;
import javax.management.MBeanServerFactory;
@ -91,6 +92,7 @@ import static org.apache.solr.common.params.ShardParams._ROUTE_;
* Tests the Cloud Collections API.
*/
@Slow
@Ignore("SOLR-5113")
public class CollectionsAPIDistributedZkTest extends AbstractFullDistribZkTestBase {
private static final String DEFAULT_COLLECTION = "collection1";