Skip to content

Commit

Permalink
Test mute for issue elastic#106647
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Mar 22, 2024
1 parent 46b5596 commit a428d0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void testHitCountFromWeightDoesNotEarlyTerminate() throws IOException {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106647")
public void testCollectedHitCount() throws Exception {
Query query = new NonCountingTermQuery(new Term("string", "a1"));
int threshold = randomIntBetween(1, 10000);
Expand Down

0 comments on commit a428d0a

Please sign in to comment.