Skip to content

Commit 9e6bf75

Browse files
committed
Disable Rest Test for field collapsing/field alias
Disables the rest tests introduced in b83354e. Make sure that field collapsing supports field aliases. (#32648) These tests need setup that is not compatible with older versions and cause BWC tests to fail
1 parent 2efdbaa commit 9e6bf75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/110_field_collapsing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setup:
77
test:
88
properties:
99
numeric_group: { type: integer }
10-
group_alias: { type: alias, path: numeric_group }
10+
# group_alias: { type: alias, path: numeric_group }
1111

1212
- do:
1313
index:
@@ -398,8 +398,8 @@ setup:
398398
---
399399
"field collapsing on a field alias":
400400
- skip:
401-
version: " - 6.3.99"
402-
reason: Field aliases were introduced in 6.4.0.
401+
version: " - 6.9.99"
402+
reason: Field aliases require non-BWC index setup / Field aliases were introduced in 6.4.0.
403403
- do:
404404
search:
405405
index: test

0 commit comments

Comments
 (0)