Skip to content

Commit

Permalink
[test] mute testSearchWithSignificantTermsAgg
Browse files Browse the repository at this point in the history
For #32855
  • Loading branch information
andyb-elastic committed Aug 14, 2018
1 parent aa1d813 commit 516fdba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ public void testSearchWithTermsAgg() throws IOException {
assertEquals(2, type2.getDocCount());
assertEquals(0, type2.getAggregations().asList().size());
}


@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32855")
public void testSearchWithSignificantTermsAgg() throws IOException {
SearchRequest searchRequest = new SearchRequest();
SearchSourceBuilder searchSourceBuilder = new SearchSourceBuilder();
Expand Down

0 comments on commit 516fdba

Please sign in to comment.