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

View File

@ -17,14 +17,15 @@ package org.apache.solr.client.solrj.embedded;
* 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.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.impl.BinaryRequestWriter;
import org.apache.solr.client.solrj.impl.BinaryResponseParser;
import org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer;
@Slow @BadApple
@Slow
@SuppressSSL
public class SolrExampleStreamingBinaryTest extends SolrExampleStreamingTest {
@Override