Skip to content

Commit a18e656

Browse files
authored
Mute AutoscalingDeciderResultsTests.testRequiredCapacity (elastic#89855)
1 parent 35a35ff commit a18e656

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/capacity/AutoscalingDeciderResultsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public void testAutoscalingDeciderResultsRejectsEmptyResults() {
4747
assertThat(e.getMessage(), equalTo("results can not be empty"));
4848
}
4949

50+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89854")
5051
public void testRequiredCapacity() {
5152
AutoscalingCapacity single = randomBoolean() ? randomAutoscalingCapacity() : null;
5253
verifyRequiredCapacity(single, single);

0 commit comments

Comments
 (0)