Skip to content

Commit

Permalink
Mute SpanMultiTermQueryBuilderTests#testToQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh Gaikwad committed Sep 27, 2018
1 parent acd80a1 commit 0301062
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ protected boolean builderGeneratesCacheableQueries() {
* 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/34105")
public void testToQuery() throws IOException {
for (int runs = 0; runs < NUMBER_OF_TESTQUERIES; runs++) {
QueryShardContext context = createShardContext();
Expand Down

0 comments on commit 0301062

Please sign in to comment.