Fix Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart

Tracked by #47612
This commit is contained in:
Igor Motov 2019-10-10 18:04:58 +04:00
parent 17433e79d8
commit b5afa95fd8
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ import org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsSource;
import org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsState;
import org.elasticsearch.xpack.core.ml.dataframe.analyses.OutlierDetection;
import org.junit.After;
import org.junit.Ignore;
import java.util.Map;
@ -486,7 +485,7 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
"Estimated memory usage for this analytics to be");
}
@Ignore("https://github.com/elastic/elasticsearch/issues/47612")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47612")
public void testOutlierDetectionStopAndRestart() throws Exception {
String sourceIndex = "test-outlier-detection-stop-and-restart";