Skip to content

Commit 8a654b0

Browse files
committed
AwaitsFix for elastic#54093
1 parent 2814226 commit 8a654b0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,7 @@ public void testWaitForActiveShardsStep() throws Exception {
13711371
assertBusy(() -> assertThat(getStepKeyForIndex(originalIndex), equalTo(PhaseCompleteStep.finalStep("hot").getKey())));
13721372
}
13731373

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

0 commit comments

Comments
 (0)