From 25cea2f06e1fa6001c6d02bc64ad1e2dc318c81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Witek?= Date: Mon, 27 Apr 2020 11:53:59 +0200 Subject: [PATCH] Mute failing tests (#55794) --- .../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 =