Skip to content

Commit 40ef785

Browse files
committed
Mute testHistoryIsWrittenWithDeletion
Tracked at #50353
1 parent ceec4ea commit 40ef785

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
@@ -1076,6 +1076,7 @@ public void testHistoryIsWrittenWithFailure() throws Exception {
10761076
assertBusy(() -> assertHistoryIsPresent(policy, index + "-1", false, "ERROR"), 30, TimeUnit.SECONDS);
10771077
}
10781078

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

0 commit comments

Comments
 (0)