mirror of https://github.com/apache/lucene.git
Ignoring flakey test
This commit is contained in:
parent
915b36564f
commit
0250368751
|
@ -44,8 +44,10 @@ import org.apache.zookeeper.server.auth.AuthenticationProvider;
|
|||
import org.apache.zookeeper.server.auth.ProviderRegistry;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Ignore
|
||||
public class TestZkAclsWithHadoopAuth extends SolrCloudTestCase {
|
||||
protected static final int NUM_SERVERS = 1;
|
||||
protected static final int NUM_SHARDS = 1;
|
||||
|
|
Loading…
Reference in New Issue