Mute SLMSnapshotBlockingIntegTests.testRetentionWhileSnapshotInProgress
Relates to #46508
This commit is contained in:
parent
9124c94a6c
commit
5ca37db60c
|
@ -143,6 +143,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";
|
||||
|
|
Loading…
Reference in New Issue