mirror of https://github.com/apache/lucene.git
SOLR-11317: tests - disable failing TestSQLHandler
This commit is contained in:
parent
723ca96bc0
commit
ffb7e4f2a5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue