Skip to content

Commit

Permalink
Add version skip to rest tests
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Aug 13, 2024
1 parent d1aae22 commit e494937
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ setup:

---
"Date histogram aggregation w/ filter query test":
- skip:
version: " - 2.16.99"

- do:
bulk:
refresh: true
Expand Down Expand Up @@ -105,6 +108,9 @@ setup:

---
"Date histogram aggregation w/ shared field range test":
- skip:
version: " - 2.16.99"

- do:
bulk:
refresh: true
Expand Down Expand Up @@ -145,3 +151,6 @@ setup:
- match: { aggregations.monthHisto.buckets.1.doc_count: 2 }
- match: { aggregations.monthHisto.buckets.2.doc_count: 1 }
- match: { profile.shards.0.aggregations.0.debug.optimized_segments: 1 }
- match: { profile.shards.0.aggregations.0.debug.unoptimized_segments: 0 }
- match: { profile.shards.0.aggregations.0.debug.leaf_visited: 0 }
- match: { profile.shards.0.aggregations.0.debug.inner_visited: 0 }
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ setup:

---
"Filter query w/ aggregation test":
- skip:
version: " - 2.16.99"
- do:
bulk:
refresh: true
Expand Down

0 comments on commit e494937

Please sign in to comment.