Skip to content

Commit 81d01b6

Browse files
[ILM] Mute TimeSeriesLifecycleActionsIT.testRolloverAlreadyExists
Relates elastic#49073
1 parent 82bc3f5 commit 81d01b6

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ public void testRolloverActionWithIndexingComplete() throws Exception {
290290
assertBusy(() -> assertEquals("true", getOnlyIndexSettings(originalIndex).get(LifecycleSettings.LIFECYCLE_INDEXING_COMPLETE)));
291291
}
292292

293+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49073")
293294
public void testRolloverAlreadyExists() throws Exception {
294295
String originalIndex = index + "-000001";
295296
String secondIndex = index + "-000002";

0 commit comments

Comments
 (0)