Skip to content

Commit f4a2b52

Browse files
committed
Fix Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart
Tracked by #47612
1 parent 4cdc203 commit f4a2b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
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;
3130

3231
import java.util.Map;
3332

@@ -486,7 +485,7 @@ public void testModelMemoryLimitLowerThanEstimatedMemoryUsage() throws Exception
486485
"Estimated memory usage for this analytics to be");
487486
}
488487

489-
@Ignore("https://github.com/elastic/elasticsearch/issues/47612")
488+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47612")
490489
public void testOutlierDetectionStopAndRestart() throws Exception {
491490
String sourceIndex = "test-outlier-detection-stop-and-restart";
492491

0 commit comments

Comments
 (0)