Skip to content

Commit

Permalink
Mute ClassificationIT.testDependentVariableCardinalityTooHighButWithQ…
Browse files Browse the repository at this point in the history
…ueryMakesItWithinRange.
  • Loading branch information
jtibshirani committed May 5, 2020
1 parent c7ac7e0 commit f8221b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ public void testDependentVariableCardinalityTooHighError() throws Exception {
assertThat(e.getMessage(), equalTo("Field [keyword-field] must have at most [30] distinct values but there were at least [31]"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56240")
public void testDependentVariableCardinalityTooHighButWithQueryMakesItWithinRange() throws Exception {
initialize("cardinality_too_high_with_query");
indexData(sourceIndex, 6, 5, KEYWORD_FIELD);
Expand Down

0 comments on commit f8221b2

Please sign in to comment.