Skip to content

Commit

Permalink
Mute SimpleQueryStringBuilderTests#testUnmappedFieldNoTokenWithAndOpe…
Browse files Browse the repository at this point in the history
…rator

Relates to #35773
  • Loading branch information
javanna committed Nov 21, 2018
1 parent a23bb30 commit 3830385
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ public void testWithPrefixStopWords() throws Exception {
* the tokenizer removed them as punctuation) on regular fields, this can leave only MatchNoDocsQuerys in the
* disjunction clause. Instead those disjunctions should be eliminated completely.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35773")
public void testUnmappedFieldNoTokenWithAndOperator() throws IOException {
Query query = new SimpleQueryStringBuilder("first & second")
.field(STRING_FIELD_NAME)
Expand Down

0 comments on commit 3830385

Please sign in to comment.