Skip to content

Commit

Permalink
Mute resolve index data stream tests. (#62211)
Browse files Browse the repository at this point in the history
Relates to #62190 and #62210
  • Loading branch information
martijnvg committed Sep 10, 2020
1 parent ab259d3 commit f87fc67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ setup:
---
"Resolve index with hidden and closed indices":
- skip:
version: " - 7.8.99"
reason: change after backporting
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62190"

- do:
indices.resolve_index:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Resolve index with indices, aliases, and data streams":
- skip:
version: " - 7.8.99"
reason: "data streams only supported in 7.9+"
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62210"

- do:
indices.resolve_index:
Expand Down

0 comments on commit f87fc67

Please sign in to comment.