Skip to content

Commit c88f417

Browse files
committed
Fix resolve index data streams yaml test. (#62221)
Closes #62190
1 parent 7779c1f commit c88f417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/data_stream/80_resolve_index_data_streams.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ setup:
109109
---
110110
"Resolve index with hidden and closed indices":
111111
- skip:
112-
version: "all"
113-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62190"
112+
version: " - 7.8.99"
113+
reason: "resolve index api only supported in 7.9+"
114114

115115
- do:
116116
indices.resolve_index:
117-
name: '*'
117+
name: ['*','-.ml*']
118118
expand_wildcards: [all]
119119

120120
- match: {indices.0.name: .ds-simple-data-stream1-000001}

0 commit comments

Comments
 (0)