Skip to content

Commit 7c43da2

Browse files
committed
[TEST] add version skip to weighted_avg tests
Added in 6.4, so we don't want this running on pre-6.4 BWC tests
1 parent e2b665c commit 7c43da2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/260_weighted_avg.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
setup:
2+
- skip:
3+
version: " - 6.3.99"
4+
reason: weighted_avg is only available as of 6.4.0
25
- do:
36
indices.create:
47
index: test_1

0 commit comments

Comments
 (0)