Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart
Tracked by #47612
This commit is contained in:
parent
a8e027551a
commit
17433e79d8
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue