Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ tests:
- class: org.elasticsearch.smoketest.MlWithSecurityIT
method: test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress}
issue: https://github.com/elastic/elasticsearch/issues/120814
- class: org.elasticsearch.xpack.esql.plugin.MatchOperatorIT
method: testScoring_Zero_OutsideQuery
issue: https://github.com/elastic/elasticsearch/issues/124132
- class: org.elasticsearch.search.query.QueryPhaseTimeoutTests
method: testScorerTimeoutPoints
issue: https://github.com/elastic/elasticsearch/issues/124140
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public void testScoringOutsideQuery() {
public void testScoring_Zero_OutsideQuery() {
var query = """
FROM test METADATA _score
| SORT _score DESC
| SORT content DESC
| KEEP content, _score
""";

Expand Down