Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
"Test cat aliases output with a hidden index with a hidden alias":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248

- do:
indices.create:
Expand Down Expand Up @@ -59,9 +58,8 @@
---
"Test cat aliases output with a hidden index with a visible alias":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248

- do:
indices.create:
Expand Down Expand Up @@ -106,9 +104,8 @@
---
"Test cat aliases output with a visible index with a hidden alias":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
"Test cat indices output for hidden index":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
- do:
indices.create:
index: index1
Expand Down Expand Up @@ -40,9 +39,8 @@
---
"Test cat indices output for dot-hidden index and dot-prefixed pattern":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
- do:
indices.create:
index: .index1
Expand Down Expand Up @@ -79,9 +77,8 @@
---
"Test cat indices output with a hidden index with a visible alias":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248

- do:
indices.create:
Expand Down Expand Up @@ -142,9 +139,8 @@
---
"Test cat indices output with a hidden index with a hidden alias":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248

- do:
indices.create:
Expand Down Expand Up @@ -203,9 +199,8 @@
---
"Test cat indices output with a hidden index, dot-hidden alias and dot pattern":
- skip:
version: "- 7.99.99"
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248

- do:
indices.create:
Expand Down