Skip to content

Commit a38e5ca

Browse files
authored
Mute TimeSeriesLifecycleActionsIT.testHistoryIsWrittenWithFailure (#53595)
Failure tracked in #50353
1 parent 1272ae4 commit a38e5ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/ilm/TimeSeriesLifecycleActionsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,7 @@ public void testHistoryIsWrittenWithSuccess() throws Exception {
14041404
assertBusy(() -> assertHistoryIsPresent(policy, index + "-000002", true, "check-rollover-ready"), 30, TimeUnit.SECONDS);
14051405
}
14061406

1407+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50353")
14071408
public void testHistoryIsWrittenWithFailure() throws Exception {
14081409
createIndexWithSettings(index + "-1", Settings.builder(), false);
14091410
createNewSingletonPolicy("hot", new RolloverAction(null, null, 1L));

0 commit comments

Comments
 (0)