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 237943aa10003..7da9bf2c0b19e 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 @@ -60,6 +60,7 @@ */ @TestLogging(value = "org.elasticsearch.snapshots.mockstore:DEBUG", reason = "https://github.com/elastic/elasticsearch/issues/46508") +@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST) public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase { private static final String REPO = "repo-id"; @@ -167,7 +168,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";