parent
b5e1e652c1
commit
b118697368
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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*"
|
||||
|
|
Loading…
Reference in New Issue