Skip to content

Commit

Permalink
Mute newly added ml data streams tests (elastic#58492)
Browse files Browse the repository at this point in the history
Relates to elastic#58491
  • Loading branch information
javanna authored Jun 24, 2020
1 parent de6825f commit 063e98d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public void testSingleNumericFeatureAndMixedTrainingAndNonTrainingRows() throws
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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public void testLookbackOnly() throws Exception {
waitUntilJobIsClosed(job.getId());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
public void testLookbackOnlyDataStream() throws Exception {
String mapping = "{\n" +
" \"properties\": {\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ public void testDependentVariableIsLong() throws Exception {
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";
Expand Down

0 comments on commit 063e98d

Please sign in to comment.