瀏覽代碼

Mute SignificantTermsAggregatorTests#testSignificance()

Relates #25429
Daniel Mitterdorfer 8 年之前
父節點
當前提交
0405ef5892

+ 2 - 1
core/src/test/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsAggregatorTests.java

@@ -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");