Skip to content

Commit c46e0f5

Browse files
authored
Mute failing tests (#53749)
1 parent 022ad0a commit c46e0f5

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";
@@ -752,6 +755,7 @@ public void testFreezeDuringSnapshot() throws Exception {
752755
assertOK(client().performRequest(new Request("DELETE", "/_snapshot/repo/snapshot")));
753756
}
754757

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

0 commit comments

Comments
 (0)