We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bc87c commit 566aabaCopy full SHA for 566aaba
test/framework/src/main/java/org/elasticsearch/test/AbstractQueryTestCase.java
@@ -406,6 +406,7 @@ protected boolean builderGeneratesCacheableQueries() {
406
* Test creates the {@link Query} from the {@link QueryBuilder} under test and delegates the
407
* assertions being made on the result to the implementing subclass.
408
*/
409
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34188")
410
public void testToQuery() throws IOException {
411
for (int runs = 0; runs < NUMBER_OF_TESTQUERIES; runs++) {
412
QueryShardContext context = createShardContext();
0 commit comments