Skip to content

Commit

Permalink
Mute testHistoryIsWrittenWithDeletion
Browse files Browse the repository at this point in the history
Tracked at elastic#50353
  • Loading branch information
dnhatn authored and SivagurunathanV committed Jan 21, 2020
1 parent 592bb71 commit 46179eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ public void testHistoryIsWrittenWithFailure() throws Exception {
assertBusy(() -> assertHistoryIsPresent(policy, index + "-1", false, "ERROR"), 30, TimeUnit.SECONDS);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50353")
public void testHistoryIsWrittenWithDeletion() throws Exception {
String index = "index";

Expand Down

0 comments on commit 46179eb

Please sign in to comment.