[TEST] Revert "Mute ForecastIT.testSingleSeries" (#37110)
The problem that caused the test to be muted was fixed in https://github.com/elastic/ml-cpp/pull/332 Closes #36258
This commit is contained in:
parent
99f13b90d3
commit
13649aa70a
|
@ -41,7 +41,6 @@ public class ForecastIT extends MlNativeAutodetectIntegTestCase {
|
||||||
cleanUp();
|
cleanUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36258")
|
|
||||||
public void testSingleSeries() throws Exception {
|
public void testSingleSeries() throws Exception {
|
||||||
Detector.Builder detector = new Detector.Builder("mean", "value");
|
Detector.Builder detector = new Detector.Builder("mean", "value");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue