Skip to content

Commit e0e35b7

Browse files
David RobertsChristoph Büscher
authored andcommitted
[TEST] Mute TimeSeriesLifecycleActionsIT.testWaitForSnapshotSlmExecutedBefore
Due to #50781
1 parent b253af3 commit e0e35b7

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
@@ -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)