From 2ba8f29ae4f417c7ee3e09882bb0c419cdcdc71f Mon Sep 17 00:00:00 2001 From: Gordon Brown Date: Thu, 24 Oct 2019 12:51:35 -0600 Subject: [PATCH] Unmute testRetentionWhileSnapshotInProgress This test was muted shortly before a commit fixing the test was merged, so the test should now be stable, but is muted. This commit unmutes the test. --- .../elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java | 2 -- 1 file changed, 2 deletions(-) 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 d94e29a77cde0..13397d20e0c88 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,7 +6,6 @@ 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; @@ -125,7 +124,6 @@ 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";