Skip to content

Commit

Permalink
Mute RunDataFrameAnalyticsIT.testOutlierDetectionStopAndRestart
Browse files Browse the repository at this point in the history
Tracked by #47612
  • Loading branch information
imotov committed Oct 10, 2019
1 parent e624bc2 commit f966fa1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsState;
import org.elasticsearch.xpack.core.ml.dataframe.analyses.OutlierDetection;
import org.junit.After;
import org.junit.Ignore;

import java.util.Map;

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

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

Expand Down

0 comments on commit f966fa1

Please sign in to comment.