Skip to content

Commit

Permalink
Fix skip versions of `indices.put_mapping/20_mix_typeless_typeful.yml…
Browse files Browse the repository at this point in the history
…`. (#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
  • Loading branch information
jpountz authored Feb 20, 2019
1 parent 504063c commit b3535a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"PUT mapping with _doc on an index that has types":

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


- do:
Expand Down

0 comments on commit b3535a1

Please sign in to comment.