Skip to content

Commit d6537d6

Browse files
[7.x] Mute TimeSeriesLifecycleActionsIT.testAllocateOnlyAllocation (#69341) (#69343)
Relates #69340 Backport of #69341
1 parent 1b5e498 commit d6537d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ public void testRolloverActionWithMaxPrimaryShardSize() throws Exception {
253253
}, 30, TimeUnit.SECONDS);
254254
}
255255

256+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69340")
256257
public void testAllocateOnlyAllocation() throws Exception {
257258
createIndexWithSettings(client(), index, alias, Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 2)
258259
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0));

0 commit comments

Comments
 (0)