Skip to content

Commit b220d71

Browse files
committed
AwaitsFix PUT mapping with _doc on an index that has types
Tracked at elastic#38202
1 parent 040971a commit b220d71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@
5757
"PUT mapping with _doc on an index that has types":
5858

5959
- skip:
60-
version: " - 5.99.99"
61-
reason: 5.x indices can have types that start with an `_`
60+
version: "all"
61+
reason: 5.x indices can have types that start with an `_` # AwaitsFix: https://github.com/elastic/elasticsearch/issues/38202
62+
6263

6364
- do:
6465
indices.create:

0 commit comments

Comments
 (0)