Skip to content

Commit

Permalink
Mute org.elasticsearch.search.aggregations.bucket.TermsDocCountErrorI…
Browse files Browse the repository at this point in the history
…T.testIncrementalReduction

Relates elastic#75667
  • Loading branch information
original-brownbear committed Jul 25, 2021
1 parent 1d68baf commit f75ad77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,7 @@ public void testFixedDocs() throws Exception {
* Tests the upper bounds are correct when performing incremental reductions
* See https://github.com/elastic/elasticsearch/issues/40005 for more details
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75667")
public void testIncrementalReduction() {
SearchResponse response = client().prepareSearch("idx_fixed_docs_3", "idx_fixed_docs_4", "idx_fixed_docs_5")
.addAggregation(terms("terms")
Expand Down

0 comments on commit f75ad77

Please sign in to comment.