Skip to content

Commit e633c24

Browse files
authored
AwaitsFix PUT mapping with _doc on an index that has types (#38205)
Tracked at #38202
1 parent 51791f9 commit e633c24

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

Lines changed: 3 additions & 2 deletions
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)