[CI] Mute Ml rolling upgrade test for mixed cluster too
It can fail in either the mixed cluster or the upgraded cluster, so it needs to be muted in both. Tracked by #30982
This commit is contained in:
parent
c41574376f
commit
0ff2c605b6
|
@ -7,6 +7,9 @@ setup:
|
|||
|
||||
---
|
||||
"Test get old cluster job":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30982"
|
||||
- do:
|
||||
xpack.ml.get_jobs:
|
||||
job_id: old-cluster-job
|
||||
|
|
Loading…
Reference in New Issue