Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"Implicitly create a typeless index while there is a typed template":

- skip:
version: "all"
reason: "awaits fix in #39198"
version: " - 6.99.99"
reason: needs typeless index operations to work on typed indices

- do:
indices.put_template:
Expand All @@ -124,6 +124,11 @@
index: test-1
body: { bar: 42 }

# ensures dynamic mapping update is visible to get_mapping
- do:
cluster.health:
wait_for_events: normal

- do:
indices.get_mapping:
include_type_name: true
Expand Down