Skip to content

Commit e55335e

Browse files
committed
Mute TimeSeriesLifecycleActionsIT.waitForSnapshot
This test was recently un-muted, but is still failing Relates: elastic#50781 Backport of: elastic#51203
1 parent da93341 commit e55335e

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

0 commit comments

Comments
 (0)