Skip to content

Commit

Permalink
Mute TimeSeriesLifecycleActionsIT.testHistoryIsWrittenWithFailure
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Vieira <[email protected]>
  • Loading branch information
mark-vieira committed Mar 11, 2020
1 parent cd6d0b7 commit 73fe156
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,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 {
createIndexWithSettings(index + "-1", Settings.builder(), false);
createNewSingletonPolicy("hot", new RolloverAction(null, null, 1L));
Expand Down

0 comments on commit 73fe156

Please sign in to comment.