mirror of https://github.com/apache/lucene.git
SOLR-7999: SolrRequetParserTest#testStreamURL started failing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700592 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b61fc9903
commit
7fd588f57f
|
@ -122,6 +122,7 @@ public class SolrRequestParserTest extends SolrTestCaseJ4 {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-7999")
|
||||
public void testStreamURL() throws Exception
|
||||
{
|
||||
String url = "http://www.apache.org/dist/lucene/solr/";
|
||||
|
|
Loading…
Reference in New Issue