mirror of https://github.com/apache/lucene.git
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:
parent
95b806b296
commit
6465385110
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue