We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96f2d7 commit 6a8aa99Copy full SHA for 6a8aa99
x-pack/qa/ml-native-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java
@@ -206,6 +206,7 @@ public void testMemoryStatus() throws Exception {
206
assertThat(e.getMessage(), equalTo("Cannot run forecast: Forecast cannot be executed as model memory status is not OK"));
207
}
208
209
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30399")
210
public void testMemoryLimit() throws Exception {
211
Detector.Builder detector = new Detector.Builder("mean", "value");
212
detector.setByFieldName("clientIP");
0 commit comments