Mute resolve index data stream tests. (#62211)
Relates to #62190 and #62210
This commit is contained in:
parent
ab259d37a7
commit
f87fc67592
|
@ -109,8 +109,8 @@ setup:
|
||||||
---
|
---
|
||||||
"Resolve index with hidden and closed indices":
|
"Resolve index with hidden and closed indices":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 7.8.99"
|
version: "all"
|
||||||
reason: change after backporting
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62190"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.resolve_index:
|
indices.resolve_index:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
"Resolve index with indices, aliases, and data streams":
|
"Resolve index with indices, aliases, and data streams":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 7.8.99"
|
version: "all"
|
||||||
reason: "data streams only supported in 7.9+"
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62210"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.resolve_index:
|
indices.resolve_index:
|
||||||
|
|
Loading…
Reference in New Issue