Fix resolve index data streams yaml test. (#62221)

Closes #62190
This commit is contained in:
Martijn van Groningen 2020-09-14 08:43:14 +02:00
parent 7779c1f703
commit c88f4174ec
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 3 additions and 3 deletions

View File

@ -109,12 +109,12 @@ setup:
--- ---
"Resolve index with hidden and closed indices": "Resolve index with hidden and closed indices":
- skip: - skip:
version: "all" version: " - 7.8.99"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62190" reason: "resolve index api only supported in 7.9+"
- do: - do:
indices.resolve_index: indices.resolve_index:
name: '*' name: ['*','-.ml*']
expand_wildcards: [all] expand_wildcards: [all]
- match: {indices.0.name: .ds-simple-data-stream1-000001} - match: {indices.0.name: .ds-simple-data-stream1-000001}