From 9527ff8ea04702edb1dfbab6ed91b49790eb2605 Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Wed, 3 Mar 2021 17:55:09 -0600 Subject: [PATCH] Mute failing RollupActionIT.testRollupIndexAndSetNewRollupPolicy test (#69935) (#69942) --- .../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 64168034d8765..a707e739504d5 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 @@ -65,6 +65,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));