Skip to content

Commit ac313ee

Browse files
committed
delete test
1 parent dcc2ed7 commit ac313ee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/63_enrich_int_range.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,3 @@ teardown:
189189

190190
- length: { values: 1 }
191191
- match: { values.0: [ 5, null ] }
192-
193-
---
194-
"Invalid age as double":
195-
- do:
196-
catch: /ENRICH range and input types are incompatible. range\[INTEGER\], input\[DOUBLE\]/
197-
esql.query:
198-
body:
199-
query: 'FROM employees | ENRICH ages-policy ON salary | STATS count=COUNT(*) BY description | SORT count DESC, description ASC'

0 commit comments

Comments
 (0)