Skip to content

Commit d120fb2

Browse files
committed
[TEST] Adjust version skips for movavg/movfn tests
Since the MovFn PR was backported to 6.x, we can adjust the version skip numbers in master to correctly match 6.3.99 instead of 6.4.0
1 parent 663295d commit d120fb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/lang-painless/src/test/resources/rest-api-spec/test/painless/70_mov_fn_agg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
setup:
44
- skip:
5-
version: " - 6.4.0"
5+
version: " - 6.3.99"
66
reason: "moving_fn added in 6.4.0"
77
- do:
88
indices.create:

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/250_moving_fn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setup:
22
- skip:
3-
version: " - 6.4.0"
3+
version: " - 6.3.99"
44
reason: "moving_fn added in 6.4.0"
55

66
---

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/80_typed_keys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ setup:
197197
"Test typed keys parameter for date_histogram aggregation and max_bucket pipeline aggregation":
198198
- skip:
199199
features: warnings
200-
version: " - 6.4.0"
200+
version: " - 6.3.99"
201201
reason: "deprecation added in 6.4.0"
202202
- do:
203203
warnings:

0 commit comments

Comments
 (0)