We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040971a commit b220d71Copy full SHA for b220d71
rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_mapping/20_mix_typeless_typeful.yml
@@ -57,8 +57,9 @@
57
"PUT mapping with _doc on an index that has types":
58
59
- skip:
60
- version: " - 5.99.99"
61
- reason: 5.x indices can have types that start with an `_`
+ version: "all"
+ reason: 5.x indices can have types that start with an `_` # AwaitsFix: https://github.com/elastic/elasticsearch/issues/38202
62
+
63
64
- do:
65
indices.create:
0 commit comments