Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart

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

View File

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