|
@@ -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));
|