SOLR-8790: Ignoring failing CollectionsAPISolrJTest test until this is fixed

This commit is contained in:
anshum 2016-03-04 19:25:28 -08:00
parent 437170fa88
commit 81feea2505
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import org.apache.solr.common.params.CoreAdminParams;
import org.apache.solr.common.util.NamedList;
import org.apache.solr.util.TimeOut;
import org.apache.zookeeper.KeeperException;
import org.junit.Ignore;
import org.junit.Test;
import static org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossCollection;
@ -53,6 +54,7 @@ import static org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossColl
public class CollectionsAPISolrJTest extends AbstractFullDistribZkTestBase {
@Test
@Ignore
public void test() throws Exception {
testCreateAndDeleteCollection();
testCreateAndDeleteShard();