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