Mute test CompletionSuggestionTests.testToReduce

Relates to #19896
This commit is contained in:
Yannick Welsch 2016-08-11 14:46:12 +02:00
parent 6130677a96
commit 4b33d8bb94

View File

@ -32,6 +32,7 @@ import static org.hamcrest.Matchers.lessThanOrEqualTo;
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);