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 3d9cb34 commit 1214f0fCopy full SHA for 1214f0f
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/34105")
410
public void testToQuery() throws IOException {
411
for (int runs = 0; runs < NUMBER_OF_TESTQUERIES; runs++) {
412
QueryShardContext context = createShardContext();
0 commit comments