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:
Mark Robert Miller 2014-02-26 16:14:15 +00:00
parent ea781c3b11
commit 06f8adce3f
1 changed files with 3 additions and 2 deletions

View File

@ -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