Mute newly added ml data streams tests (#58492)

Relates to #58491
This commit is contained in:
Luca Cavanna 2020-06-24 15:10:17 +02:00
parent 7e2bb8d6a2
commit dbbf2772d8
3 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,7 @@ public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {
assertEvaluation(KEYWORD_FIELD, KEYWORD_FIELD_VALUES, "ml." + predictedClassField);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
public void testWithDatastreams() throws Exception {
initialize("classification_with_datastreams", true);
String predictedClassField = KEYWORD_FIELD + "_prediction";

View File

@ -101,6 +101,7 @@ public class DatafeedJobsIT extends MlNativeAutodetectIntegTestCase {
waitUntilJobIsClosed(job.getId());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
public void testLookbackOnlyDataStream() throws Exception {
String mapping = "{\n" +
" \"properties\": {\n" +

View File

@ -397,6 +397,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
public void testWithDatastream() throws Exception {
initialize("regression_with_datastream");
String predictedClassField = DEPENDENT_VARIABLE_FIELD + "_prediction";