From d11ae08467f0af93f7b1ad9de74225dd4e963473 Mon Sep 17 00:00:00 2001 From: Przemyslaw Gomulka Date: Mon, 12 Aug 2019 11:01:32 +0200 Subject: [PATCH] Muting ForecastIT.testOverflowToDisk (#45435) (#45438) awaits #45405 --- .../java/org/elasticsearch/xpack/ml/integration/ForecastIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java b/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java index 6b7a498c893..8b72c46cea8 100644 --- a/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java +++ b/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java @@ -211,6 +211,7 @@ public class ForecastIT extends MlNativeAutodetectIntegTestCase { assertThat(e.getMessage(), equalTo("Cannot run forecast: Forecast cannot be executed as model memory status is not OK")); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45405") public void testOverflowToDisk() throws Exception { assumeFalse("https://github.com/elastic/elasticsearch/issues/44609", Constants.WINDOWS); Detector.Builder detector = new Detector.Builder("mean", "value");