Skip to content

Commit f5f3cb8

Browse files
authored
AwaitsFix PUT mapping with _doc on an index that has types (#38204)
Tracked at #38202
1 parent cc7c42d commit f5f3cb8

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"PUT mapping with _doc on an index that has types":
5656

5757
- skip:
58-
version: " - 6.6.99"
59-
reason: include_type_name is only supported as of 6.7
58+
version: "all"
59+
reason: include_type_name is only supported as of 6.7 # AwaitsFix: https://github.com/elastic/elasticsearch/issues/38202
6060

6161

6262
- do:

0 commit comments

Comments
 (0)