Skip to content

Commit

Permalink
Mute testHistoryIsWrittenWithDeletion (elastic#53721)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas authored Mar 18, 2020
1 parent e4b7af1 commit e5aa090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,7 @@ public void testHistoryIsWrittenWithFailure() throws Exception {
assertBusy(() -> assertHistoryIsPresent(policy, index + "-1", false, "ERROR"), 30, TimeUnit.SECONDS);
}

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

0 comments on commit e5aa090

Please sign in to comment.