Skip to content

Commit e5aa090

Browse files
authored
Mute testHistoryIsWrittenWithDeletion (elastic#53721)
see elastic#53718
1 parent e4b7af1 commit e5aa090

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

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

0 commit comments

Comments
 (0)