Skip to content

Commit

Permalink
Mute testHistoryIsWrittenWithDeletion (#53719)
Browse files Browse the repository at this point in the history
see #53718
  • Loading branch information
jkakavas authored Mar 18, 2020
1 parent 3a39ed0 commit dfb779e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,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 dfb779e

Please sign in to comment.