mirror of https://github.com/apache/lucene.git
SOLR-11974: Disable test.
This commit is contained in:
parent
298d90b621
commit
b3ea634d7d
|
@ -207,6 +207,7 @@ public class TestCollapseQParserPlugin extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-11974")
|
||||||
public void testStringCollapse() throws Exception {
|
public void testStringCollapse() throws Exception {
|
||||||
for (final String hint : new String[] {"", " hint="+CollapsingQParserPlugin.HINT_TOP_FC}) {
|
for (final String hint : new String[] {"", " hint="+CollapsingQParserPlugin.HINT_TOP_FC}) {
|
||||||
testCollapseQueries("group_s", hint, false);
|
testCollapseQueries("group_s", hint, false);
|
||||||
|
|
Loading…
Reference in New Issue