Skip to content

Commit b3535a1

Browse files
authored
Fix skip versions of indices.put_mapping/20_mix_typeless_typeful.yml. (#39054)
The test assumed that it could run against all 6.x indices but it actually requires 6.2+ since 6.2 is the first version that allowed `_doc` as a type name (#27816). Closes #38202
1 parent 504063c commit b3535a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_mapping/20_mix_typeless_typeful.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"PUT mapping with _doc on an index that has types":
5858

5959
- skip:
60-
version: "all"
61-
reason: 5.x indices can have types that start with an `_` # AwaitsFix: https://github.com/elastic/elasticsearch/issues/38202
60+
version: " - 6.1.99"
61+
reason: _doc as a type name was only allowed as of 6.2
6262

6363

6464
- do:

0 commit comments

Comments
 (0)