Skip to content

Commit 82e8e40

Browse files
Mute testStoragePreventsMove (#93819)
1 parent a7e2430 commit 82e8e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/autoscaling/src/test/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageDeciderDecisionTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public void testStoragePreventsAllocation() {
191191
assertThat(state, sameInstance(lastState));
192192
}
193193

194+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/93817")
194195
public void testStoragePreventsMove() {
195196
// this test moves shards to warm nodes and then checks that the reactive decider can calculate the storage necessary to move them
196197
// back to hot nodes.

0 commit comments

Comments
 (0)