File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -333,9 +333,6 @@ tests:
333333- class : org.elasticsearch.smoketest.MlWithSecurityIT
334334 method : test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress}
335335 issue : https://github.com/elastic/elasticsearch/issues/120814
336- - class : org.elasticsearch.xpack.esql.plugin.MatchOperatorIT
337- method : testScoring_Zero_OutsideQuery
338- issue : https://github.com/elastic/elasticsearch/issues/124132
339336- class : org.elasticsearch.search.query.QueryPhaseTimeoutTests
340337 method : testScorerTimeoutPoints
341338 issue : https://github.com/elastic/elasticsearch/issues/124140
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ public void testScoringOutsideQuery() {
221221 public void testScoring_Zero_OutsideQuery () {
222222 var query = """
223223 FROM test METADATA _score
224- | SORT _score DESC
224+ | SORT content DESC
225225 | KEEP content, _score
226226 """ ;
227227
You can’t perform that action at this time.
0 commit comments