From 0360a18f61b57467bbbd083f2a1d426a6d3bcd24 Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Wed, 9 Oct 2019 15:37:54 -0700 Subject: [PATCH] Mute test SLMSnapshotBlockingIntegTests.testRetentionWhileSnapshotInProgress Signed-off-by: Mark Vieira (cherry picked from commit a8a7477c396554926f260d210364f009d85ae5f2) --- .../elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java | 1 + 1 file changed, 1 insertion(+) 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 4bdfda50a28..237943aa100 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 @@ -167,6 +167,7 @@ public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47834") public void testRetentionWhileSnapshotInProgress() throws Exception { final String indexName = "test"; final String policyId = "slm-policy";