SOLR-11317: tests - disable failing TestSQLHandler

This commit is contained in:
yonik 2017-09-05 14:00:59 -04:00
parent 723ca96bc0
commit ffb7e4f2a5
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.client.solrj.SolrClient;
import org.apache.solr.client.solrj.SolrRequest;
import org.apache.solr.client.solrj.SolrServerException;
@ -43,6 +44,7 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11317")
public class TestSQLHandler extends AbstractFullDistribZkTestBase {
static {