File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 127127import static org .hamcrest .Matchers .everyItem ;
128128import static org .hamcrest .Matchers .greaterThan ;
129129import static org .hamcrest .Matchers .hasSize ;
130- import static org .hamcrest .Matchers .in ;
131130import static org .hamcrest .Matchers .is ;
132131import static org .hamcrest .Matchers .notNullValue ;
133132
@@ -255,7 +254,7 @@ public final void test() throws Throwable {
255254 );
256255 assumeFalse (
257256 "can't use rereank in csv tests" ,
258- testCase .requiredCapabilities .contains (EsqlCapabilities .Cap .ENRICH_LOAD .capabilityName ())
257+ testCase .requiredCapabilities .contains (EsqlCapabilities .Cap .RERANK .capabilityName ())
259258 );
260259 assumeFalse (
261260 "can't use match in csv tests" ,
You can’t perform that action at this time.
0 commit comments