Skip to content

Commit b91e058

Browse files
authored
Mute failing test (#38781)
Tracking #38711
1 parent e267c81 commit b91e058

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@
104104
"Implicitly create a typeless index while there is a typed template":
105105

106106
- skip:
107-
version: " - 6.99.99"
108-
reason: needs typeless index operations to work on typed indices
107+
#version: " - 6.99.99"
108+
#reason: needs typeless index operations to work on typed indices
109+
version: "all"
110+
reason: "muted, waiting for #38711"
109111

110112
- do:
111113
indices.put_template:

0 commit comments

Comments
 (0)