Skip to content

Commit

Permalink
ES|QL fix telemetry tests after promoting CATEGORIZE (elastic#117878) (
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidellaquila authored Dec 4, 2024
1 parent 0a53248 commit c888ce7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ tests:
- class: org.elasticsearch.xpack.ml.integration.RegressionIT
method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
issue: https://github.com/elastic/elasticsearch/issues/117805
- 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/117862
- class: org.elasticsearch.xpack.security.authc.ldap.UserAttributeGroupsResolverTests
issue: https://github.com/elastic/elasticsearch/issues/116537
- class: org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ setup:
- match: {esql.functions.cos: $functions_cos}
- gt: {esql.functions.to_long: $functions_to_long}
- match: {esql.functions.coalesce: $functions_coalesce}
- length: {esql.functions: 118} # check the "sister" test above for a likely update to the same esql.functions length check
- length: {esql.functions: 119} # check the "sister" test above for a likely update to the same esql.functions length check

0 comments on commit c888ce7

Please sign in to comment.