Skip to content

Commit

Permalink
Test mute for elastic#105952 (elastic#105953)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored and fang-xing-esql committed Mar 8, 2024
1 parent 38de18f commit 3c3018e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void testMatchAll() throws IOException {
testCase(new SingleValueQuery(new MatchAll(Source.EMPTY), "foo").asBuilder(), false, false, this::runCase);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105952")
public void testMatchSome() throws IOException {
int max = between(1, 100);
testCase(
Expand Down

0 comments on commit 3c3018e

Please sign in to comment.