File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments