Skip to content

Commit c1580dc

Browse files
committed
Mute TimeSeriesLifecycleActionsIT. testHistoryIsWrittenWithFailure
Relates to #50353
1 parent b92b91a commit c1580dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/ilm/TimeSeriesLifecycleActionsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ public void testHistoryIsWrittenWithSuccess() throws Exception {
10461046
assertBusy(() -> assertHistoryIsPresent(policy, index + "-000002", true, "check-rollover-ready"), 30, TimeUnit.SECONDS);
10471047
}
10481048

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

0 commit comments

Comments
 (0)