From e9e0ba8f2bbdb87d80da0904f4154c6cad4b11cb Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Sat, 31 Aug 2019 19:29:40 +0200 Subject: [PATCH] Mute SnapshotLifeCycleIT Relates #46205 --- .../java/org/elasticsearch/xpack/slm/SnapshotLifecycleIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm/SnapshotLifecycleIT.java b/x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm/SnapshotLifecycleIT.java index f7f6b14991658..8c1f1343c0411 100644 --- a/x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm/SnapshotLifecycleIT.java +++ b/x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm/SnapshotLifecycleIT.java @@ -7,6 +7,7 @@ package org.elasticsearch.xpack.slm; import org.apache.http.util.EntityUtils; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.action.index.IndexRequestBuilder; import org.elasticsearch.client.Request; import org.elasticsearch.client.Response; @@ -45,6 +46,7 @@ import static org.hamcrest.Matchers.greaterThanOrEqualTo; import static org.hamcrest.Matchers.startsWith; +@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/46205") public class SnapshotLifecycleIT extends ESRestTestCase { @Override