Skip to content

Commit b30ef54

Browse files
Mute TimeSeriesLifecycleActionsIT testHistoryIsWrittenWithSuccess (#64906)
Relates #54093
1 parent 6cfb724 commit b30ef54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

1224+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54093")
12241225
public void testHistoryIsWrittenWithSuccess() throws Exception {
12251226
createNewSingletonPolicy(client(), policy, "hot", new RolloverAction(null, null, 1L));
12261227
Request createIndexTemplate = new Request("PUT", "_template/rolling_indexes");

0 commit comments

Comments
 (0)