[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:
David Roberts 2019-01-03 16:23:18 +00:00 committed by GitHub
parent 99f13b90d3
commit 13649aa70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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