Skip to content

Commit 4b33d8b

Browse files
committed
Mute test CompletionSuggestionTests.testToReduce
Relates to elastic#19896
1 parent 6130677 commit 4b33d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/search/suggest/completion/CompletionSuggestionTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
public class CompletionSuggestionTests extends ESTestCase {
3434

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

0 commit comments

Comments
 (0)