Skip to content

Commit

Permalink
Adjust BWC version on node roles being sorted
Browse files Browse the repository at this point in the history
Node roles are sorted now as of 7.8.0. This commit adjusts the BWC
version for tests.
  • Loading branch information
jasontedor committed Mar 28, 2020
1 parent d495ed9 commit 922e09b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ setup:
---
"node_info role test":
- skip:
version: " - 7.99.99"
reason: "node roles were not sorted before 8.0.0"
version: " - 7.7.99"
reason: "node roles were not sorted before 7.8.0"
features: [no_xpack]

- do:
Expand Down

0 comments on commit 922e09b

Please sign in to comment.