Skip to content

Commit 566aaba

Browse files
author
Andrey Ershov
committed
Mute testToQuery test
1 parent 38bc87c commit 566aaba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/main/java/org/elasticsearch/test/AbstractQueryTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ protected boolean builderGeneratesCacheableQueries() {
406406
* Test creates the {@link Query} from the {@link QueryBuilder} under test and delegates the
407407
* assertions being made on the result to the implementing subclass.
408408
*/
409+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34188")
409410
public void testToQuery() throws IOException {
410411
for (int runs = 0; runs < NUMBER_OF_TESTQUERIES; runs++) {
411412
QueryShardContext context = createShardContext();

0 commit comments

Comments
 (0)