Skip to content

Commit

Permalink
Mute SimpleQueryStringBuilderTests#testToQuery
Browse files Browse the repository at this point in the history
Relates to #35773
  • Loading branch information
javanna committed Nov 21, 2018
1 parent 3830385 commit 51dd49f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,12 @@ public void testWithPrefixStopWords() throws Exception {
assertEquals(expected, query);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35773")
@Override
public void testToQuery() throws IOException {
super.testToQuery();
}

/**
* Test for behavior reported in https://github.com/elastic/elasticsearch/issues/34708
* Unmapped field can lead to MatchNoDocsQuerys in disjunction queries. If tokens are eliminated (e.g. because
Expand Down

0 comments on commit 51dd49f

Please sign in to comment.