Skip to content

Commit

Permalink
Mute testHistoryIsWrittenWithDeletion
Browse files Browse the repository at this point in the history
Tracked at #50353
  • Loading branch information
dnhatn committed Dec 20, 2019
1 parent ceec4ea commit 40ef785
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,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 40ef785

Please sign in to comment.