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@1572136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06f8adce3f
commit
ff0a6b3450
|
@ -17,14 +17,15 @@ package org.apache.solr.client.solrj.embedded;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import org.apache.lucene.util.LuceneTestCase.BadApple;
|
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
|
||||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||||
import org.apache.solr.client.solrj.SolrServer;
|
import org.apache.solr.client.solrj.SolrServer;
|
||||||
import org.apache.solr.client.solrj.impl.BinaryRequestWriter;
|
import org.apache.solr.client.solrj.impl.BinaryRequestWriter;
|
||||||
import org.apache.solr.client.solrj.impl.BinaryResponseParser;
|
import org.apache.solr.client.solrj.impl.BinaryResponseParser;
|
||||||
import org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer;
|
import org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer;
|
||||||
|
|
||||||
@Slow @BadApple
|
@Slow
|
||||||
|
@SuppressSSL
|
||||||
public class SolrExampleStreamingBinaryTest extends SolrExampleStreamingTest {
|
public class SolrExampleStreamingBinaryTest extends SolrExampleStreamingTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue