diff --git a/muted-tests.yml b/muted-tests.yml index edb8a82efc7f7..8d9dcdedc8105 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -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 diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml index 760816536f18a..8b4abde072580 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml @@ -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: {}} @@ -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: