Re-mute all ml_datafeed_crud rolling upgrade tests
AwaitsFix https://github.com/elastic/elasticsearch/issues/42258 Thought this was fixed, but throwing deprecation warnings at an unexpected time so putting this back on mute until we figure it out.
This commit is contained in:
parent
a23257ce06
commit
6d8a0e36ec
|
@ -1,3 +1,8 @@
|
||||||
|
setup:
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test old cluster datafeed without aggs":
|
"Test old cluster datafeed without aggs":
|
||||||
- do:
|
- do:
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
setup:
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"
|
||||||
|
|
||||||
---
|
---
|
||||||
"Put job and datafeed without aggs in old cluster":
|
"Put job and datafeed without aggs in old cluster":
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
setup:
|
setup:
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_status: green
|
wait_for_status: green
|
||||||
|
|
Loading…
Reference in New Issue