From b89786a7ccbc892e25c495b1ed09450048e9f954 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 3 Jan 2019 16:23:18 +0000 Subject: [PATCH] [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 --- .../java/org/elasticsearch/xpack/ml/integration/ForecastIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java b/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java index c80ec7048204..2d8c6a4128b8 100644 --- a/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java +++ b/x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/ForecastIT.java @@ -41,7 +41,6 @@ public void tearDownData() throws Exception { cleanUp(); } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36258") public void testSingleSeries() throws Exception { Detector.Builder detector = new Detector.Builder("mean", "value");