From b105a130ba5873d50157d416635af157a6a94174 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 10 Mar 2025 13:03:43 -0600 Subject: [PATCH] Re-enable testCancelFailedSearchWhenPartialResultDisallowed, the issue should already be fixed --- .../java/org/elasticsearch/search/SearchCancellationIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/elasticsearch/search/SearchCancellationIT.java b/server/src/internalClusterTest/java/org/elasticsearch/search/SearchCancellationIT.java index f11f3edb3bd55..08971b0573b96 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/search/SearchCancellationIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/search/SearchCancellationIT.java @@ -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