Skip to content

Commit

Permalink
Adjust BWC rest version for point in time (#62264)
Browse files Browse the repository at this point in the history
Relates #61872
  • Loading branch information
dnhatn authored Sep 11, 2020
1 parent b5e1e65 commit b118697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Async search with point in time":
- skip:
version: " - 7.99.99"
reason: "point in time is introduced in 8.0"
version: " - 7.9.99"
reason: "point in time is introduced in 7.10"
- do:
indices.create:
index: test-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ setup:
---
"basic":
- skip:
version: " - 7.99.99"
reason: "point in time is introduced in 8.0"
version: " - 7.9.99"
reason: "point in time is introduced in 7.10"
- do:
open_point_in_time:
index: test
Expand Down Expand Up @@ -137,8 +137,8 @@ setup:
---
"wildcard":
- skip:
version: " - 7.99.99"
reason: "point in time is introduced in 8.0"
version: " - 7.9.99"
reason: "point in time is introduced in 7.10"
- do:
open_point_in_time:
index: "t*"
Expand Down

0 comments on commit b118697

Please sign in to comment.