Fix Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart
Tracked by #47612
This commit is contained in:
parent
17433e79d8
commit
b5afa95fd8
|
@ -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.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;
|
||||||
|
|
||||||
|
@ -486,7 +485,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")
|
@AwaitsFix(bugUrl = "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