Skip to content

Commit 17433e7

Browse files
committed
Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart
Tracked by #47612
1 parent a8e0275 commit 17433e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/RunDataFrameAnalyticsIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsState;
2828
import org.elasticsearch.xpack.core.ml.dataframe.analyses.OutlierDetection;
2929
import org.junit.After;
30+
import org.junit.Ignore;
3031

3132
import java.util.Map;
3233

@@ -485,6 +486,7 @@ public void testModelMemoryLimitLowerThanEstimatedMemoryUsage() throws Exception
485486
"Estimated memory usage for this analytics to be");
486487
}
487488

489+
@Ignore("https://github.com/elastic/elasticsearch/issues/47612")
488490
public void testOutlierDetectionStopAndRestart() throws Exception {
489491
String sourceIndex = "test-outlier-detection-stop-and-restart";
490492

0 commit comments

Comments
 (0)