Skip to content

Commit 9118c40

Browse files
committed
Fix backport merge
1 parent c5ca659 commit 9118c40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,6 @@ public void testQueryStringOptions() {
23192319

23202320
public void testFullTextFunctionsInStats() {
23212321
checkFullTextFunctionsInStats("match(last_name, \"Smith\")");
2322-
checkFullTextFunctionsInStats("multi_match(\"Smith\", first_name, last_name)");
23232322
checkFullTextFunctionsInStats("last_name : \"Smith\"");
23242323
checkFullTextFunctionsInStats("qstr(\"last_name: Smith\")");
23252324
checkFullTextFunctionsInStats("kql(\"last_name: Smith\")");

0 commit comments

Comments
 (0)