Mute ClassificationIT (#62063)

testWithOnlyTrainingRowsAndTrainingPercentIsFifty_DependentVariableIsBoolean
For #60759
This commit is contained in:
David Kyle 2020-09-07 16:10:48 +01:00 committed by GitHub
parent bb0a583990
commit a5b24bf44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -459,6 +459,7 @@ public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {
assertThat(e.getMessage(), startsWith("field [text-field] of type [text] is non-aggregatable"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60759" )
public void testWithOnlyTrainingRowsAndTrainingPercentIsFifty_DependentVariableIsBoolean() throws Exception {
testWithOnlyTrainingRowsAndTrainingPercentIsFifty(
"classification_training_percent_is_50_boolean", BOOLEAN_FIELD, BOOLEAN_FIELD_VALUES, "boolean");