Skip to content

Commit

Permalink
Fix some BWC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 21, 2023
1 parent e5ffcf6 commit 6142b4a
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Test cat indices output for hidden index":
- skip:
version: "- 7.6.99"
reason: "hidden indices were added in 7.7.0"
version: "- 8.10.99"
reason: "dataset size was added in 8.11.0"
- do:
indices.create:
index: index1
Expand Down Expand Up @@ -42,8 +42,8 @@
---
"Test cat indices output for dot-hidden index and dot-prefixed pattern":
- skip:
version: "- 7.6.99"
reason: "hidden indices were added in 7.7.0"
version: "- 8.10.99"
reason: "dataset size was added in 8.11.0"
- do:
indices.create:
index: .index1
Expand Down Expand Up @@ -81,8 +81,8 @@
---
"Test cat indices output with a hidden index with a visible alias":
- skip:
version: "- 7.6.99"
reason: "hidden indices were added in 7.7.0"
version: "- 8.10.99"
reason: "dataset size was added in 8.11.0"

- do:
indices.create:
Expand Down Expand Up @@ -146,8 +146,8 @@
---
"Test cat indices output with a hidden index with a hidden alias":
- skip:
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
version: "- 8.10.99"
reason: "dataset size was added in 8.11.0"

- do:
indices.create:
Expand Down Expand Up @@ -210,8 +210,8 @@
---
"Test cat indices output with a hidden index, dot-hidden alias and dot pattern":
- skip:
version: "- 7.6.99"
reason: "hidden indices and aliases were added in 7.7.0"
version: "- 8.10.99"
reason: "dataset size was added in 8.11.0"

- do:
indices.create:
Expand Down

0 comments on commit 6142b4a

Please sign in to comment.