Skip to content

Commit d11ae08

Browse files
authored
Muting ForecastIT.testOverflowToDisk (#45435) (#45438)
awaits #45405
1 parent d02d6e4 commit d11ae08

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ public void testMemoryStatus() throws Exception {
211211
assertThat(e.getMessage(), equalTo("Cannot run forecast: Forecast cannot be executed as model memory status is not OK"));
212212
}
213213

214+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45405")
214215
public void testOverflowToDisk() throws Exception {
215216
assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS);
216217
Detector.Builder detector = new Detector.Builder("mean", "value");

0 commit comments

Comments
 (0)