mirror of https://github.com/apache/lucene.git
SOLR-4944 -- Disabling the test until we can fix it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7cc38c0bc
commit
5b32c4fad8
|
@ -31,6 +31,7 @@ import org.apache.solr.handler.component.HttpShardHandlerFactory;
|
|||
import org.apache.zookeeper.KeeperException;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Collection;
|
||||
|
@ -41,6 +42,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
* Test split phase that occurs when a Collection API split call is made.
|
||||
*/
|
||||
@Slow
|
||||
@Ignore("SOLR-4944")
|
||||
public class ChaosMonkeyShardSplitTest extends ShardSplitTest {
|
||||
|
||||
static final int TIMEOUT = 10000;
|
||||
|
|
Loading…
Reference in New Issue