Skip to content

Commit 1214f0f

Browse files
Yogesh Gaikwadkcm
authored andcommitted
Mute SpanMultiTermQueryBuilderTests#testToQuery
1 parent 3d9cb34 commit 1214f0f

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/34105")
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)