Mute testToQuery test

This commit is contained in:
Andrey Ershov 2018-10-15 14:08:04 +02:00
parent 51eca14288
commit e3a1981a57
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ public abstract class AbstractQueryTestCase<QB extends AbstractQueryBuilder<QB>>
* Test creates the {@link Query} from the {@link QueryBuilder} under test and delegates the
* assertions being made on the result to the implementing subclass.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34188")
public void testToQuery() throws IOException {
for (int runs = 0; runs < NUMBER_OF_TESTQUERIES; runs++) {
QueryShardContext context = createShardContext();