Skip to content
Merged
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 @@ -8,6 +8,8 @@ setup:
indices.create:
index: test1
body:
settings:
number_of_shards: 1
mappings:
properties:
foo:
Expand All @@ -18,6 +20,8 @@ setup:
indices.create:
index: test2
body:
settings:
number_of_shards: 1
mappings:
properties:
foo:
Expand Down Expand Up @@ -62,9 +66,6 @@ setup:

---
"Term query":
- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"

- do:
search:
Expand Down Expand Up @@ -94,9 +95,6 @@ setup:

---
"Terms query":
- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"

- do:
search:
Expand All @@ -113,9 +111,6 @@ setup:

---
"Prefix query":
- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"

- do:
search:
Expand Down Expand Up @@ -143,9 +138,6 @@ setup:

---
"Wildcard query":
- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"

- do:
search:
Expand Down