Skip to content

Commit

Permalink
Mute test CompletionSuggestionTests.testToReduce
Browse files Browse the repository at this point in the history
Relates to elastic#19896
  • Loading branch information
ywelsch committed Aug 11, 2016
1 parent 6130677 commit 4b33d8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

public class CompletionSuggestionTests extends ESTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/19896")
public void testToReduce() throws Exception {
List<Suggest.Suggestion<CompletionSuggestion.Entry>> shardSuggestions = new ArrayList<>();
int nShards = randomIntBetween(1, 10);
Expand Down

0 comments on commit 4b33d8b

Please sign in to comment.