Skip to content

Commit 574d643

Browse files
authored
Update skip after backport (#77212)
Now that we've backported #76903 we can run backwards compatibility tests against all versions that have it.
1 parent 02e17c3 commit 574d643

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/330_fetch_fields.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,8 @@ Test token_count inside nested field doesn't fail:
897897
---
898898
error includes field name:
899899
- skip:
900-
version: ' - 7.99.99'
901-
reason: 'error changed in 8.0.0 to be backported to 7.15'
900+
version: ' - 7.15.99'
901+
reason: 'error changed in 7.16.0'
902902

903903
- do:
904904
indices.create:
@@ -934,8 +934,8 @@ error includes field name:
934934
---
935935
error includes glob pattern:
936936
- skip:
937-
version: ' - 7.99.99'
938-
reason: 'error changed in 8.0.0 to be backported to 7.15'
937+
version: ' - 7.15.99'
938+
reason: 'error changed in 7.16.0'
939939

940940
- do:
941941
indices.create:
@@ -972,8 +972,8 @@ error includes glob pattern:
972972
---
973973
error for flattened includes whole path:
974974
- skip:
975-
version: ' - 7.99.99'
976-
reason: 'error changed in 8.0.0 to be backported to 7.15'
975+
version: ' - 7.15.99'
976+
reason: 'error changed in 7.16.0'
977977

978978
- do:
979979
indices.create:

0 commit comments

Comments
 (0)