From d1fe58877ef31eda7edc8e67ebae415514a5313d Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Thu, 24 Oct 2019 11:11:13 +0300 Subject: [PATCH] Mute testRetentionWhileSnapshotInProgress (#48442) tracked in #48441 --- .../elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java b/x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java index e8e6bab0370fd..808978e3766dc 100644 --- a/x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java +++ b/x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java @@ -6,6 +6,7 @@ package org.elasticsearch.xpack.slm; +import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.action.ActionFuture; import org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse; import org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus; @@ -124,6 +125,7 @@ public void testSnapshotInProgress() throws Exception { } } + @LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48441") public void testRetentionWhileSnapshotInProgress() throws Exception { final String indexName = "test"; final String policyId = "slm-policy";