Mute SignificantTermsAggregatorTests#testSignificance()

Relates #25429
This commit is contained in:
Daniel Mitterdorfer 2017-06-27 15:58:22 +02:00
parent 9f5aef7b6d
commit 0405ef5892
1 changed files with 2 additions and 1 deletions

View File

@ -91,10 +91,11 @@ public class SignificantTermsAggregatorTests extends AggregatorTestCase {
// 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");