Skip to content

Commit 4a36894

Browse files
authored
Mute failing tests (#53781)
See #53738
1 parent 9b3b083 commit 4a36894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public void testMoveToRolloverStep() throws Exception {
207207
assertBusy(() -> assertFalse(indexExists(shrunkenOriginalIndex)));
208208
}
209209

210+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53738")
210211
public void testRetryFailedDeleteAction() throws Exception {
211212
createIndexWithSettings(index, Settings.builder()
212213
.put(IndexMetaData.SETTING_NUMBER_OF_SHARDS, 1)
@@ -282,6 +283,7 @@ public void testRetryFailedShrinkAction() throws Exception {
282283
expectThrows(ResponseException.class, this::indexDocument);
283284
}
284285

286+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53738")
285287
public void testRolloverAction() throws Exception {
286288
String originalIndex = index + "-000001";
287289
String secondIndex = index + "-000002";
@@ -300,6 +302,7 @@ public void testRolloverAction() throws Exception {
300302
assertBusy(() -> assertEquals("true", getOnlyIndexSettings(originalIndex).get(LifecycleSettings.LIFECYCLE_INDEXING_COMPLETE)));
301303
}
302304

305+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53738")
303306
public void testRolloverActionWithIndexingComplete() throws Exception {
304307
String originalIndex = index + "-000001";
305308
String secondIndex = index + "-000002";
@@ -761,6 +764,7 @@ public void testFreezeDuringSnapshot() throws Exception {
761764
assertThat(e.getResponse().getStatusLine().getStatusCode(), equalTo(404));
762765
}
763766

767+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53738")
764768
public void testSetPriority() throws Exception {
765769
createIndexWithSettings(index, Settings.builder().put(IndexMetaData.SETTING_NUMBER_OF_SHARDS, 1)
766770
.put(IndexMetaData.SETTING_NUMBER_OF_REPLICAS, 0).put(IndexMetaData.INDEX_PRIORITY_SETTING.getKey(), 100));

0 commit comments

Comments
 (0)