[Tests] Mute failing SearchDocumentationIT#testSearchRequestAggregations
This commit is contained in:
parent
23198ea551
commit
69c2b2d802
|
@ -295,6 +295,7 @@ public class SearchDocumentationIT extends ESRestHighLevelClientTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings({ "unused" })
|
@SuppressWarnings({ "unused" })
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32029")
|
||||||
public void testSearchRequestAggregations() throws IOException {
|
public void testSearchRequestAggregations() throws IOException {
|
||||||
RestHighLevelClient client = highLevelClient();
|
RestHighLevelClient client = highLevelClient();
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue