[TEST] Mute ML test that needs updating to following ml-cpp changes

Relates #30399
This commit is contained in:
David Roberts 2018-05-14 12:49:37 +01:00
parent c96f2d7bf7
commit 6a8aa99e3f

View File

@ -206,6 +206,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/pull/30399")
public void testMemoryLimit() throws Exception {
Detector.Builder detector = new Detector.Builder("mean", "value");
detector.setByFieldName("clientIP");