[TEST] Mute transforms rolling upgrade tests (#53932)
Due to https://github.com/elastic/elasticsearch/issues/53931
This commit is contained in:
parent
5d3cb46232
commit
076ba02e9c
|
@ -1,3 +1,8 @@
|
||||||
|
setup:
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/53931"
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test put batch transform on mixed cluster":
|
"Test put batch transform on mixed cluster":
|
||||||
- skip:
|
- skip:
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
setup:
|
setup:
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/53931"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_status: green
|
wait_for_status: green
|
||||||
|
|
Loading…
Reference in New Issue