From ab94ed3b5a51755f197c4a0c94d1be3a8a4751bf Mon Sep 17 00:00:00 2001 From: Przemyslaw Witek Date: Mon, 27 Apr 2020 11:46:15 +0200 Subject: [PATCH] Mute failing tests --- .../org/elasticsearch/xpack/search/AsyncSearchActionIT.java | 2 ++ 1 file changed, 2 insertions(+) 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 =