From ed074847cce30d0bc5d3f684d0220aaa98bc4e23 Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Wed, 3 Mar 2021 17:55:16 -0600 Subject: [PATCH] Mute failing RollupActionIT.testRollupIndexAndSetNewRollupPolicy test (#69935) (#69943) --- .../java/org/elasticsearch/xpack/ilm/actions/RollupActionIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/RollupActionIT.java b/x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/RollupActionIT.java index 18d15b214e1ed..3cd85f8800df0 100644 --- a/x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/RollupActionIT.java +++ b/x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/RollupActionIT.java @@ -61,6 +61,7 @@ public void testRollupIndex() throws Exception { assertBusy(() -> assertTrue(indexExists(index))); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69934") public void testRollupIndexAndSetNewRollupPolicy() throws Exception { createIndexWithSettings(client(), index, alias, Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1) .put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0));