Skip to content

Commit 4d768b5

Browse files
committed
Fix telemetry test - function hsa been removed for snapshot
1 parent 54a9502 commit 4d768b5

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ setup:
3030
- method: POST
3131
path: /_query
3232
parameters: []
33-
capabilities: [ snapshot_test_for_telemetry, fn_byte_length ]
33+
# A snapshot function was removed in match_function_options, it can't work on mixed cluster tests otherwise.
34+
capabilities: [ snapshot_test_for_telemetry, fn_byte_length, match_function_options]
3435
reason: "Test that should only be executed on snapshot versions"
3536

3637
- do: {xpack.usage: {}}

0 commit comments

Comments
 (0)