|
@@ -122,8 +122,10 @@
|
|
|
---
|
|
|
"Sparse vector in 8.x":
|
|
|
- skip:
|
|
|
- version: " - 7.99.99, 8.11.0 - "
|
|
|
- reason: "sparse_vector field type not supported in 8.x until 8.11.0"
|
|
|
+ # version: " - 7.99.99, 8.11.0 - "
|
|
|
+ # reason: "sparse_vector field type not supported in 8.x until 8.11.0"
|
|
|
+ version: "all"
|
|
|
+ reason: "https://github.com/elastic/elasticsearch/issues/99318"
|
|
|
- do:
|
|
|
catch: /The \[sparse_vector\] field type is no longer supported/
|
|
|
indices.create:
|