Skip to content

Commit 8ba521f

Browse files
authored
Mute ReactiveStorageIT::testScaleWhileShrinking (#88431)
For #88430
1 parent d666ddc commit 8ba521f

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage

1 file changed

+1
-0
lines changed

x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ public void testScaleFromEmptyLegacy() {
211211
assertThat(capacity().results().get("cold").requiredCapacity().total().storage().getBytes(), Matchers.greaterThan(0L));
212212
}
213213

214+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88430")
214215
public void testScaleWhileShrinking() throws Exception {
215216
internalCluster().startMasterOnlyNode();
216217
final String dataNode1Name = internalCluster().startDataOnlyNode();

0 commit comments

Comments
 (0)