Mute TimeSeriesLifecycleActionsIT.testHistoryIsWrittenWithFailure (#53595)
Failure tracked in #50353
This commit is contained in:
parent
1272ae411e
commit
a38e5ca8e7
|
@ -1404,6 +1404,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
|
|||
assertBusy(() -> assertHistoryIsPresent(policy, index + "-000002", true, "check-rollover-ready"), 30, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50353")
|
||||
public void testHistoryIsWrittenWithFailure() throws Exception {
|
||||
createIndexWithSettings(index + "-1", Settings.builder(), false);
|
||||
createNewSingletonPolicy("hot", new RolloverAction(null, null, 1L));
|
||||
|
|
Loading…
Reference in New Issue