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 c20bb43d4e2cc..b1128f13f6cc9 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 @@ -59,6 +59,7 @@ */ @TestLogging(value = "org.elasticsearch.xpack.slm:TRACE,org.elasticsearch.xpack.core.slm:TRACE", reason = "https://github.com/elastic/elasticsearch/issues/46508") +@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST) public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase { static final String REPO = "my-repo"; @@ -133,7 +134,6 @@ 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";