mirror of https://github.com/apache/lucene.git
SOLR-5492: Ignore broken test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36fd83b0df
commit
7e070c34a4
|
@ -63,11 +63,13 @@ import org.apache.solr.update.DirectUpdateHandler2;
|
|||
import org.apache.solr.util.DefaultSolrThreadFactory;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* Tests the Custom Sharding API.
|
||||
*/
|
||||
@Slow
|
||||
@Ignore("I am broken since SOLR-5492")
|
||||
public class CustomCollectionTest extends AbstractFullDistribZkTestBase {
|
||||
|
||||
private static final String DEFAULT_COLLECTION = "collection1";
|
||||
|
|
Loading…
Reference in New Issue