[TEST] Skip "all" instead of "999"
The fake version was apparently making the yaml runner unhappy Original commit: elastic/x-pack-elasticsearch@04193f9578
This commit is contained in:
parent
9c0110678e
commit
3c60c89504
|
@ -7,7 +7,7 @@ setup:
|
|||
---
|
||||
"Index monitoring data and search on the old cluster":
|
||||
- skip:
|
||||
version: " - 999"
|
||||
version: "all"
|
||||
reason: "AwaitsFix'ing, see x-pack-elasticsearch #2948"
|
||||
- do:
|
||||
xpack.monitoring.bulk:
|
||||
|
|
Loading…
Reference in New Issue