Browse Source

Mute SLMSnapshotBlockingIntegTests.testRetentionWhileSnapshotInProgress

Relates to #46508
Lee Hinman 6 năm trước cách đây
mục cha
commit
0a57a5324f

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

@@ -124,6 +124,7 @@ public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46508")
     public void testRetentionWhileSnapshotInProgress() throws Exception {
         final String indexName = "test";
         final String policyId = "slm-policy";