Skip to content

Commit 88bab92

Browse files
committed
Mute RollupActionIT.testRollupIndexAndSetNewRollupPolicy
1 parent 217586e commit 88bab92

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public void testRollupIndex() throws Exception {
6161
assertBusy(() -> assertTrue(indexExists(index)));
6262
}
6363

64+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/68609")
6465
public void testRollupIndexAndSetNewRollupPolicy() throws Exception {
6566
createIndexWithSettings(client(), index, alias, Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1)
6667
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0));

0 commit comments

Comments
 (0)