Selaa lähdekoodia

Mute test SLMSnapshotBlockingIntegTests.testRetentionWhileSnapshotInProgress

Signed-off-by: Mark Vieira <portugee@gmail.com>
Mark Vieira 6 vuotta sitten
vanhempi
commit
a8a7477c39

+ 1 - 0
x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java

@@ -133,6 +133,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";