[7.x][ML] Unmute testStopOutlierDetectionWithEnoughDocumentsToScroll (#46271) (#46282)

The test seems to have been failing due to a race condition between
stopping the task and refreshing the destination index. In particular,
we were going forward with refreshing the destination index even
though the task stopped in the meantime. This was fixed in
request.

Closes #43960

Backport of #46271
This commit is contained in:
Dimitris Athanasiou 2019-09-04 10:57:01 +03:00 committed by GitHub
parent fd0affb503
commit 8fca5b5204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,6 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
assertThat(searchStoredProgress(id).getHits().getTotalHits().value, equalTo(1L));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43960")
public void testStopOutlierDetectionWithEnoughDocumentsToScroll() {
String sourceIndex = "test-stop-outlier-detection-with-enough-docs-to-scroll";