Skip to content

Commit

Permalink
Update skip after backport
Browse files Browse the repository at this point in the history
Now that we've backported elastic#76903 we can run backwards compatibility
tests against all versions that have it.
  • Loading branch information
nik9000 committed Sep 2, 2021
1 parent f2ea425 commit 5c997bb
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,8 @@ Test token_count inside nested field doesn't fail:
---
error includes field name:
- skip:
version: ' - 7.99.99'
reason: 'error changed in 8.0.0 to be backported to 7.15'
version: ' - 7.15.99'
reason: 'error changed in 7.16.0'

- do:
indices.create:
Expand Down Expand Up @@ -934,8 +934,8 @@ error includes field name:
---
error includes glob pattern:
- skip:
version: ' - 7.99.99'
reason: 'error changed in 8.0.0 to be backported to 7.15'
version: ' - 7.15.99'
reason: 'error changed in 7.16.0'

- do:
indices.create:
Expand Down Expand Up @@ -972,8 +972,8 @@ error includes glob pattern:
---
error for flattened includes whole path:
- skip:
version: ' - 7.99.99'
reason: 'error changed in 8.0.0 to be backported to 7.15'
version: ' - 7.15.99'
reason: 'error changed in 7.16.0'

- do:
indices.create:
Expand Down

0 comments on commit 5c997bb

Please sign in to comment.