Mute test SLMSnapshotBlockingIntegTests.testRetentionWhileSnapshotInProgress
Signed-off-by: Mark Vieira <portugee@gmail.com> (cherry picked from commit a8a7477c396554926f260d210364f009d85ae5f2)
This commit is contained in:
parent
dc4224fbdf
commit
0360a18f61
|
@ -167,6 +167,7 @@ public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47834")
|
||||||
public void testRetentionWhileSnapshotInProgress() throws Exception {
|
public void testRetentionWhileSnapshotInProgress() throws Exception {
|
||||||
final String indexName = "test";
|
final String indexName = "test";
|
||||||
final String policyId = "slm-policy";
|
final String policyId = "slm-policy";
|
||||||
|
|
Loading…
Reference in New Issue