There was an error while loading. Please reload this page.
1 parent 6130677 commit 4b33d8bCopy full SHA for 4b33d8b
core/src/test/java/org/elasticsearch/search/suggest/completion/CompletionSuggestionTests.java
@@ -32,6 +32,7 @@
32
33
public class CompletionSuggestionTests extends ESTestCase {
34
35
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/19896")
36
public void testToReduce() throws Exception {
37
List<Suggest.Suggestion<CompletionSuggestion.Entry>> shardSuggestions = new ArrayList<>();
38
int nShards = randomIntBetween(1, 10);
0 commit comments