Mute TimeSeriesLifecycleActionsIT.waitForSnapshot (#51208)

This test was recently un-muted, but is still failing

Relates: #50781
Backport of: #51203
This commit is contained in:
Tim Vernum 2020-01-20 20:19:29 +11:00 committed by GitHub
parent e40580c24d
commit a0ca82422c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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