Skip to content

Commit dfb779e

Browse files
authored
Mute testHistoryIsWrittenWithDeletion (#53719)
see #53718
1 parent 3a39ed0 commit dfb779e

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
@@ -1412,6 +1412,7 @@ public void testHistoryIsWrittenWithFailure() throws Exception {
14121412
assertBusy(() -> assertHistoryIsPresent(policy, index + "-1", false, "ERROR"), 30, TimeUnit.SECONDS);
14131413
}
14141414

1415+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53718")
14151416
public void testHistoryIsWrittenWithDeletion() throws Exception {
14161417
// Index should be created and then deleted by ILM
14171418
createIndexWithSettings(index, Settings.builder(), false);

0 commit comments

Comments
 (0)