Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ setup:
body:
settings:
number_of_replicas: 0
# we need to have 1 shard to get request failure in test "Dense vectors should error with sparse vector functions"
number_of_shards: 1
mappings:
properties:
my_dense_vector:
Expand Down Expand Up @@ -125,10 +127,6 @@ setup:
---
"Dense vectors should error with sparse vector functions":

- skip:
version: "all"
reason: "awaits fix in #39218"

- do:
index:
index: test-index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ setup:
body:
settings:
number_of_replicas: 0
# we need to have 1 shard to get request failure in test "Sparse vectors should error with dense vector functions"
number_of_shards: 1
mappings:
properties:
my_sparse_vector:
Expand Down Expand Up @@ -176,10 +178,6 @@ setup:
---
"Sparse vectors should error with dense vector functions":

- skip:
version: "all"
reason: "awaits fix in #39218"

- do:
index:
index: test-index
Expand Down