Skip to content

Commit b118697

Browse files
authored
Adjust BWC rest version for point in time (#62264)
Relates #61872
1 parent b5e1e65 commit b118697

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/async_search/20-with-poin-in-time.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
"Async search with point in time":
33
- skip:
4-
version: " - 7.99.99"
5-
reason: "point in time is introduced in 8.0"
4+
version: " - 7.9.99"
5+
reason: "point in time is introduced in 7.10"
66
- do:
77
indices.create:
88
index: test-1

x-pack/plugin/src/test/resources/rest-api-spec/test/search/point_in_time.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ setup:
3737
---
3838
"basic":
3939
- skip:
40-
version: " - 7.99.99"
41-
reason: "point in time is introduced in 8.0"
40+
version: " - 7.9.99"
41+
reason: "point in time is introduced in 7.10"
4242
- do:
4343
open_point_in_time:
4444
index: test
@@ -137,8 +137,8 @@ setup:
137137
---
138138
"wildcard":
139139
- skip:
140-
version: " - 7.99.99"
141-
reason: "point in time is introduced in 8.0"
140+
version: " - 7.9.99"
141+
reason: "point in time is introduced in 7.10"
142142
- do:
143143
open_point_in_time:
144144
index: "t*"

0 commit comments

Comments
 (0)