Skip to content

Commit 6a991e5

Browse files
luigidellaquilaafoucret
authored andcommitted
ES|QL: Fix funciton Telemetry tests (elastic#116470)
1 parent 3e4a148 commit 6a991e5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ tests:
112112
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityWithApmTracingRestIT
113113
method: testTracingCrossCluster
114114
issue: https://github.com/elastic/elasticsearch/issues/112731
115-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
116-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry)}
117-
issue: https://github.com/elastic/elasticsearch/issues/115231
118115
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
119116
method: testInferDeploysDefaultE5
120117
issue: https://github.com/elastic/elasticsearch/issues/115361
@@ -279,9 +276,6 @@ tests:
279276
- class: org.elasticsearch.smoketest.MlWithSecurityIT
280277
method: test {yaml=ml/inference_crud/Test force delete given model with alias referenced by pipeline}
281278
issue: https://github.com/elastic/elasticsearch/issues/116443
282-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
283-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
284-
issue: https://github.com/elastic/elasticsearch/issues/116448
285279
- class: org.elasticsearch.xpack.downsample.ILMDownsampleDisruptionIT
286280
method: testILMDownsampleRollingRestart
287281
issue: https://github.com/elastic/elasticsearch/issues/114233

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ setup:
162162
- match: {esql.functions.cos: $functions_cos}
163163
- gt: {esql.functions.to_long: $functions_to_long}
164164
- match: {esql.functions.coalesce: $functions_coalesce}
165-
- length: {esql.functions: 118} # check the "sister" test above for a likely update to the same esql.functions length check
165+
- length: {esql.functions: 116} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)