Skip to content

Update the Skip version in hidden index YAML tests #53641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2020
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