Browse Source

[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
David Roberts 6 năm trước cách đây
mục cha
commit
13649aa70a

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

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