diff --git a/server/src/internalClusterTest/java/org/elasticsearch/search/aggregations/bucket/TermsDocCountErrorIT.java b/server/src/internalClusterTest/java/org/elasticsearch/search/aggregations/bucket/TermsDocCountErrorIT.java index a2e76892342ba..14db3b32bb2be 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/search/aggregations/bucket/TermsDocCountErrorIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/search/aggregations/bucket/TermsDocCountErrorIT.java @@ -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")