Skip to content

Commit

Permalink
Update skip for profile yaml tests following #107551
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Apr 17, 2024
1 parent 223e7f8 commit 19db490
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ setup:
---
fetch fields:
- skip:
version: ' - 8.13.99'
reason: fetch fields and stored_fields using ValueFetcher
version: ' - 8.14.99'
reason: _ignored is returned only from 8.15 on

- do:
search:
Expand Down Expand Up @@ -57,8 +57,8 @@ fetch fields:
---
fetch source:
- skip:
version: ' - 8.13.99'
reason: fetch fields and stored_fields using ValueFetcher
version: ' - 8.14.99'
reason: _ignored is returned only from 8.15 on

- do:
search:
Expand Down Expand Up @@ -88,8 +88,8 @@ fetch source:
---
fetch nested source:
- skip:
version: ' - 8.13.99'
reason: fetch fields and stored_fields using ValueFetcher
version: ' - 8.14.99'
reason: _ignored is returned only from 8.15 on

- do:
indices.create:
Expand Down

0 comments on commit 19db490

Please sign in to comment.