Skip to content

Commit

Permalink
Mute RegressionIT testWithDataStream (#59687)
Browse files Browse the repository at this point in the history
For #59664
  • Loading branch information
davidkyle committed Jul 16, 2020
1 parent dacfe6a commit 2488906
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ public void testDependentVariableIsLong() throws Exception {
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59664")
public void testWithDatastream() throws Exception {
initialize("regression_with_datastream");
String predictedClassField = DEPENDENT_VARIABLE_FIELD + "_prediction";
Expand Down

0 comments on commit 2488906

Please sign in to comment.