Skip to content

Commit

Permalink
Mute SignificantTermsAggregatorTests#testSignificance()
Browse files Browse the repository at this point in the history
Relates #25429
  • Loading branch information
danielmitterdorfer committed Jun 27, 2017
1 parent 9f5aef7 commit 0405ef5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ public void testParsedAsFilter() throws IOException {
// be 0
assertEquals(1, ((BooleanQuery) parsedQuery).getMinimumNumberShouldMatch());
}

/**
* Uses the significant terms aggregation to find the keywords in text fields
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25429")
public void testSignificance() throws IOException {
TextFieldType textFieldType = new TextFieldType();
textFieldType.setName("text");
Expand Down

0 comments on commit 0405ef5

Please sign in to comment.