AwaitsFix for #53612

This commit is contained in:
David Turner 2020-03-26 10:41:37 +00:00
parent 1ba6783780
commit 53e2fec93d
1 changed files with 1 additions and 0 deletions

View File

@ -972,6 +972,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
});
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53612")
public void testMoveToStepRereadsPolicy() throws Exception {
createNewSingletonPolicy("hot", new RolloverAction(null, TimeValue.timeValueHours(1), null), TimeValue.ZERO);