浏览代码

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

Relates #30399
David Roberts 7 年之前
父节点
当前提交
6a8aa99e3f

+ 1 - 0
x-pack/qa/ml-native-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java

@@ -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");