Skip to content

Commit

Permalink
Add skip test logic to only doc_values test
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Jan 29, 2024
1 parent 468313a commit 407b723
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
setup:
- skip:
features: [ "headers" ]
version: " - 2.99.99"
reason: "searching with only doc_values was added in 3.0.0"
---
"search on fields with both index and doc_values enabled":
- do:
Expand Down Expand Up @@ -838,6 +833,10 @@ setup:
- match: { hits.total: 2 }
---
"search on fields with only doc_values enabled":
- skip:
features: [ "headers" ]
version: " - 2.99.99"
reason: "searching with only doc_values was added in 3.0.0"
- do:
indices.create:
index: test-doc-values
Expand Down

0 comments on commit 407b723

Please sign in to comment.