mirror of https://github.com/apache/lucene.git
tests: enable test, supress SSL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea781c3b11
commit
06f8adce3f
|
@ -24,7 +24,7 @@ import java.util.concurrent.SynchronousQueue;
|
|||
import java.util.concurrent.ThreadPoolExecutor;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.BadApple;
|
||||
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
|
||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||
import org.apache.solr.client.solrj.SolrQuery;
|
||||
import org.apache.solr.client.solrj.SolrServer;
|
||||
|
@ -45,7 +45,8 @@ import org.junit.BeforeClass;
|
|||
* This test simply does a bunch of basic things in solrcloud mode and asserts things
|
||||
* work as expected.
|
||||
*/
|
||||
@Slow @BadApple
|
||||
@Slow
|
||||
@SuppressSSL
|
||||
public class UnloadDistributedZkTest extends BasicDistributedZkTest {
|
||||
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in New Issue