Skip to content

Commit

Permalink
Disable Rest Test for field collapsing/field alias
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tvernum committed Aug 8, 2018
1 parent 2efdbaa commit 9e6bf75
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setup:
test:
properties:
numeric_group: { type: integer }
group_alias: { type: alias, path: numeric_group }
# group_alias: { type: alias, path: numeric_group }

- do:
index:
Expand Down Expand Up @@ -398,8 +398,8 @@ setup:
---
"field collapsing on a field alias":
- skip:
version: " - 6.3.99"
reason: Field aliases were introduced in 6.4.0.
version: " - 6.9.99"
reason: Field aliases require non-BWC index setup / Field aliases were introduced in 6.4.0.
- do:
search:
index: test
Expand Down

0 comments on commit 9e6bf75

Please sign in to comment.