Skip to content

Commit

Permalink
Skip new tests in pre-3.0 mixed cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Froh <[email protected]>
  • Loading branch information
msfroh committed Jan 17, 2024
1 parent 99f6ee9 commit 6274d2e
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ setup:
- match: { aggregations.test.buckets.4.key.kw: "bar" }
- match: { aggregations.test.buckets.4.doc_count: 1 }



---
"Aggregate After":
- do:
Expand Down Expand Up @@ -513,6 +511,9 @@ setup:

---
"Composite aggregation with filtered nested parent":
- skip:
version: " - 2.99.99"
reason: fixed in 3.0.0
- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -580,6 +581,9 @@ setup:

---
"Composite aggregation with filtered reverse nested parent":
- skip:
version: " - 2.99.99"
reason: fixed in 3.0.0
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit 6274d2e

Please sign in to comment.