Skip to content

Commit 06ab3b5

Browse files
committed
AwaitsFix for #54093
1 parent a56da21 commit 06ab3b5

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
@@ -1362,6 +1362,7 @@ public void testWaitForActiveShardsStep() throws Exception {
13621362
assertBusy(() -> assertThat(getStepKeyForIndex(originalIndex), equalTo(PhaseCompleteStep.finalStep("hot").getKey())));
13631363
}
13641364

1365+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54093")
13651366
public void testHistoryIsWrittenWithSuccess() throws Exception {
13661367
createNewSingletonPolicy("hot", new RolloverAction(null, null, 1L));
13671368
Request createIndexTemplate = new Request("PUT", "_template/rolling_indexes");

0 commit comments

Comments
 (0)