SOLR-11974: Disable test.

This commit is contained in:
Adrien Grand 2018-02-12 20:32:22 +01:00
parent 298d90b621
commit b3ea634d7d
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ public class TestCollapseQParserPlugin extends SolrTestCaseJ4 {
}
@Test
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-11974")
public void testStringCollapse() throws Exception {
for (final String hint : new String[] {"", " hint="+CollapsingQParserPlugin.HINT_TOP_FC}) {
testCollapseQueries("group_s", hint, false);