Skip to content

Commit

Permalink
ESQL: Reenable svq tests
Browse files Browse the repository at this point in the history
We fixed the test failure in elastic#105986 but this snuck in.

Closes elastic#105952
  • Loading branch information
nik9000 committed Mar 5, 2024
1 parent e8e5244 commit d4917ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public void testMatchAll() throws IOException {
testCase(new SingleValueQuery(new MatchAll(Source.EMPTY), "foo").asBuilder(), YesNoSometimes.NO, YesNoSometimes.NO, 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 d4917ed

Please sign in to comment.