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 @@ -582,9 +582,6 @@ tests:
- class: org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
method: testIndexing {upgradedNodes=0}
issue: https://github.com/elastic/elasticsearch/issues/133061
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
issue: https://github.com/elastic/elasticsearch/issues/133014
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
method: test {p0=search/160_exists_query/Test exists query on _id field}
issue: https://github.com/elastic/elasticsearch/issues/133097
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ setup:
- method: POST
path: /_query
parameters: []
capabilities: [ non_snapshot_test_for_telemetry, fn_byte_length ]
capabilities: [ non_snapshot_test_for_telemetry, fn_month_name ]
reason: "Test that should only be executed on release versions"

- do: {xpack.usage: {}}
Expand Down Expand Up @@ -229,7 +229,7 @@ setup:
- gt: {esql.functions.to_long: $functions_to_long}
- match: {esql.functions.coalesce: $functions_coalesce}
- gt: {esql.functions.categorize: $functions_categorize}
- length: {esql.functions: 138} # check the "sister" test above for a likely update to the same esql.functions length check
- length: {esql.functions: 139} # check the "sister" test above for a likely update to the same esql.functions length check

---
took:
Expand Down