diff --git a/x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java b/x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java index 2f8a2ad120aa4..f4592fd5593d2 100644 --- a/x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java +++ b/x-pack/plugin/async-search/src/test/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java @@ -170,6 +170,7 @@ public void testTermsAggregation() throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55792") public void testRestartAfterCompletion() throws Exception { final AsyncSearchResponse initial; try (SearchResponseIterator it = @@ -207,6 +208,7 @@ public void testDeleteCleanupIndex() throws Exception { ensureTaskRemoval(response.getId()); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55792") public void testCleanupOnFailure() throws Exception { final AsyncSearchResponse initial; try (SearchResponseIterator it =