The problem that caused the test to be muted was fixed in https://github.com/elastic/ml-cpp/pull/332 Closes #36258
@@ -41,7 +41,6 @@ public class ForecastIT extends MlNativeAutodetectIntegTestCase {
cleanUp();
}
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36258")
public void testSingleSeries() throws Exception {
Detector.Builder detector = new Detector.Builder("mean", "value");