Skip to content

Commit

Permalink
Remove AwaitsFix for #99929 (#118147)
Browse files Browse the repository at this point in the history
This should be long fixed but we forgot the AwaitsFix.

closes #99929
  • Loading branch information
original-brownbear authored Jan 31, 2025
1 parent 0c787bd commit a4455d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ public void testCancelMultiSearch() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99929")
public void testCancelFailedSearchWhenPartialResultDisallowed() throws Exception {
// Have at least two nodes so that we have parallel execution of two request guaranteed even if max concurrent requests per node
// are limited to 1
Expand Down

0 comments on commit a4455d4

Please sign in to comment.