mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
TSDB: Bump skip version for some tests (#81707)
This commit is contained in:
parent
6a8f038c2e
commit
4d085d7551
3 changed files with 10 additions and 10 deletions
|
@ -60,8 +60,8 @@ setup:
|
|||
---
|
||||
teardown:
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: introduced in 8.0.0
|
||||
version: " - 8.0.99"
|
||||
reason: introduced in 8.1.0
|
||||
|
||||
- do:
|
||||
indices.delete:
|
||||
|
@ -71,8 +71,8 @@ teardown:
|
|||
---
|
||||
aggregate tsid:
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: introduced in 8.0.0
|
||||
version: " - 8.0.99"
|
||||
reason: introduced in 8.1.0
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
|
|
@ -68,8 +68,8 @@ setup:
|
|||
---
|
||||
"index with replicas and shards is green":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: introduced in 8.0.0 to be backported to 7.16.0
|
||||
version: " - 8.0.99"
|
||||
reason: introduced in 8.1.0
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
|
@ -79,8 +79,8 @@ setup:
|
|||
---
|
||||
"each shard has unique _tsids":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: introduced in 8.0.0 to be backported to 7.16.0
|
||||
version: " - 8.0.99"
|
||||
reason: introduced in 8.1.0
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
|
|
@ -189,8 +189,8 @@ fetch a tag:
|
|||
---
|
||||
aggregate a dimension:
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: introduced in 8.0.0
|
||||
version: " - 8.0.99"
|
||||
reason: introduced in 8.1.0
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue