Skip to content

Commit

Permalink
Fix telemetry test - function hsa been removed for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jan 26, 2025
1 parent 54a9502 commit 4d768b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ setup:
- method: POST
path: /_query
parameters: []
capabilities: [ snapshot_test_for_telemetry, fn_byte_length ]
# A snapshot function was removed in match_function_options, it can't work on mixed cluster tests otherwise.
capabilities: [ snapshot_test_for_telemetry, fn_byte_length, match_function_options]
reason: "Test that should only be executed on snapshot versions"

- do: {xpack.usage: {}}
Expand Down

0 comments on commit 4d768b5

Please sign in to comment.