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 @@ -405,9 +405,6 @@ tests:
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=analytics/nested_top_metrics_sort/terms order by top metrics numeric not null integer values}
issue: https://github.com/elastic/elasticsearch/issues/135162
- class: org.elasticsearch.xpack.esql.qa.single_node.PushQueriesIT
method: testEqualityAndOther {SEMANTIC_TEXT_WITH_KEYWORD}
issue: https://github.com/elastic/elasticsearch/issues/135333
- class: org.elasticsearch.search.sort.FieldSortIT
method: testSortMixedFieldTypes
issue: https://github.com/elastic/elasticsearch/issues/129445
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public void testEqualityAndOther() throws IOException {
* single_value_match is here because there are extra documents hiding in the index
* that don't have the `foo` field.
*/
List.of("#FieldExistsQuery [field=foo] #single_value_match(foo)", "foo:[1 TO 1]");
List.of("FieldExistsQuery [field=foo]", "foo:[1 TO 1]");
};
ComputeSignature dataNodeSignature = switch (type) {
case AUTO, CONSTANT_KEYWORD, KEYWORD, TEXT_WITH_KEYWORD -> ComputeSignature.FILTER_IN_QUERY;
Expand Down