We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4503244 commit b0b4b0fCopy full SHA for b0b4b0f
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -59,12 +59,13 @@ setup:
59
- cosine_vector_similarity_function
60
- inline_stats
61
- promql_command_v0
62
+ - uri_parts_command
63
reason: "Test that should only be executed on snapshot versions"
64
65
- do: { xpack.usage: { } }
66
- match: { esql.available: true }
67
- match: { esql.enabled: true }
- - length: { esql.features: 33 }
68
+ - length: { esql.features: 32 }
69
- set: { esql.features.dissect: dissect_counter }
70
- set: { esql.features.drop: drop_counter }
71
- set: { esql.features.eval: eval_counter }
0 commit comments