Skip to content

Commit 43d509d

Browse files
authored
Make the test deterministic (#124204)
1 parent 2a7eb6e commit 43d509d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchOperatorIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)