Skip to content

Commit b0b4b0f

Browse files
committed
fix test
1 parent 4503244 commit b0b4b0f

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
@@ -59,12 +59,13 @@ setup:
5959
- cosine_vector_similarity_function
6060
- inline_stats
6161
- promql_command_v0
62+
- uri_parts_command
6263
reason: "Test that should only be executed on snapshot versions"
6364

6465
- do: { xpack.usage: { } }
6566
- match: { esql.available: true }
6667
- match: { esql.enabled: true }
67-
- length: { esql.features: 33 }
68+
- length: { esql.features: 32 }
6869
- set: { esql.features.dissect: dissect_counter }
6970
- set: { esql.features.drop: drop_counter }
7071
- set: { esql.features.eval: eval_counter }

0 commit comments

Comments
 (0)