[ML] Mute regression integ test

Relates #45425
This commit is contained in:
Dimitris Athanasiou 2019-08-12 10:58:35 +03:00
parent 2cb172f079
commit d02d6e40c2
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
assertThat(searchResponse.getHits().getTotalHits().value, equalTo((long) bulkRequestBuilder.numberOfActions()));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45425")
public void testRegressionWithNumericFeatureAndFewDocuments() throws Exception {
String sourceIndex = "test-regression-with-numeric-feature-and-few-docs";