Skip to content

Commit c6c628b

Browse files
committed
[TEST] Mute TimeSeriesLifecycleActionsIT.testWaitForSnapshotSlmExecutedBefore
Due to #50781
1 parent 3e9eb58 commit c6c628b

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
@@ -354,6 +354,7 @@ public void testWaitForSnapshot() throws Exception {
354354
assertOK(client().performRequest(request));
355355
}
356356

357+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50781")
357358
public void testWaitForSnapshotSlmExecutedBefore() throws Exception {
358359
createIndexWithSettings(index, Settings.builder().put(IndexMetaData.SETTING_NUMBER_OF_SHARDS, 1)
359360
.put(IndexMetaData.SETTING_NUMBER_OF_REPLICAS, 0));

0 commit comments

Comments
 (0)