[TEST] Mute TimeSeriesLifecycleActionsIT.testWaitForSnapshotSlmExecutedBefore

Due to https://github.com/elastic/elasticsearch/issues/50781
This commit is contained in:
David Roberts 2020-01-28 14:32:15 +00:00 committed by Christoph Büscher
parent b253af36f3
commit e0e35b7feb
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
assertOK(client().performRequest(request));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50781")
public void testWaitForSnapshotSlmExecutedBefore() throws Exception {
createIndexWithSettings(index, Settings.builder().put(IndexMetaData.SETTING_NUMBER_OF_SHARDS, 1)
.put(IndexMetaData.SETTING_NUMBER_OF_REPLICAS, 0));