Skip to content

Commit d891d36

Browse files
Remove AwaitsFix for #99929 (#118147) (#121434)
This should be long fixed but we forgot the AwaitsFix. closes #99929
1 parent 957e4be commit d891d36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/SearchCancellationIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ public void testCancelMultiSearch() throws Exception {
238238
}
239239
}
240240

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

0 commit comments

Comments
 (0)