From cbdf59c739860bf25d51d81463b060ca2909af06 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Mon, 11 Jul 2022 12:42:19 +0100 Subject: [PATCH] Mute ReactiveStorageIT::testScaleWhileShrinking --- .../xpack/autoscaling/storage/ReactiveStorageIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java b/x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java index f3decb61dfb08..cdc532f6f47f7 100644 --- a/x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java +++ b/x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java @@ -211,6 +211,7 @@ public void testScaleFromEmptyLegacy() { assertThat(capacity().results().get("cold").requiredCapacity().total().storage().getBytes(), Matchers.greaterThan(0L)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88430") public void testScaleWhileShrinking() throws Exception { internalCluster().startMasterOnlyNode(); final String dataNode1Name = internalCluster().startDataOnlyNode();