File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1111 body :
1212 settings :
1313 number_of_replicas : 0
14+ # we need to have 1 shard to get request failure in test "Dense vectors should error with sparse vector functions"
15+ number_of_shards : 1
1416 mappings :
1517 properties :
1618 my_dense_vector :
@@ -125,10 +127,6 @@ setup:
125127---
126128" Dense vectors should error with sparse vector functions " :
127129
128- - skip :
129- version : " all"
130- reason : " awaits fix in #39218"
131-
132130- do :
133131 index :
134132 index : test-index
Original file line number Diff line number Diff line change 1111 body :
1212 settings :
1313 number_of_replicas : 0
14+ # we need to have 1 shard to get request failure in test "Sparse vectors should error with dense vector functions"
15+ number_of_shards : 1
1416 mappings :
1517 properties :
1618 my_sparse_vector :
@@ -176,10 +178,6 @@ setup:
176178---
177179" Sparse vectors should error with dense vector functions " :
178180
179- - skip :
180- version : " all"
181- reason : " awaits fix in #39218"
182-
183181- do :
184182 index :
185183 index : test-index
You can’t perform that action at this time.
0 commit comments