Skip to content

Commit 399d832

Browse files
Mute TimeSeriesLifecycleActionsIT.testWaitForSnapshot
This one is failing a lot => mute Relates elastic#50781
1 parent eedc02c commit 399d832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ public void testAllocateActionOnlyReplicas() throws Exception {
324324
});
325325
}
326326

327+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50781")
327328
public void testWaitForSnapshot() throws Exception {
328329
createIndexWithSettings(index, Settings.builder().put(IndexMetaData.SETTING_NUMBER_OF_SHARDS, 1)
329330
.put(IndexMetaData.SETTING_NUMBER_OF_REPLICAS, 0));
@@ -358,7 +359,7 @@ public void testWaitForSnapshotSlmExecutedBefore() throws Exception {
358359
updatePolicy(index, policy);
359360
assertBusy(() -> assertThat(getStepKeyForIndex(index).getAction(), equalTo("wait_for_snapshot")));
360361
assertBusy(() -> assertThat(getStepKeyForIndex(index).getName(), equalTo("wait-for-snapshot")));
361-
362+
362363
request = new Request("PUT", "/_slm/policy/slm/_execute");
363364
assertOK(client().performRequest(request));
364365

0 commit comments

Comments
 (0)