Skip to content

Commit

Permalink
Mute TimeSeriesLifecycleActionsIT. testHistoryIsWrittenWithFailure
Browse files Browse the repository at this point in the history
Relates to #50353
  • Loading branch information
davidkyle committed Dec 19, 2019
1 parent b92b91a commit c1580dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ public void testHistoryIsWrittenWithSuccess() throws Exception {
assertBusy(() -> assertHistoryIsPresent(policy, index + "-000002", true, "check-rollover-ready"), 30, TimeUnit.SECONDS);
}

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

Expand Down

0 comments on commit c1580dc

Please sign in to comment.