From a8a7477c396554926f260d210364f009d85ae5f2 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 --- .../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 173891e9e4c85..c20bb43d4e2cc 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 @@ -133,6 +133,7 @@ public void testSnapshotInProgress() throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47834") public void testRetentionWhileSnapshotInProgress() throws Exception { final String indexName = "test"; final String policyId = "slm-policy";