mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 05:15:04 +00:00
[TEST] Mute ML test that needs updating to following ml-cpp changes
Relates #30399
This commit is contained in:
parent
c96f2d7bf7
commit
6a8aa99e3f
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user