Skip to content

Commit

Permalink
Test mute for issue #106647 (#106671)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Mar 22, 2024
1 parent dad9314 commit 7de0c3d
Showing 1 changed file with 1 addition and 0 deletions.
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 7de0c3d

Please sign in to comment.