Make sure to mute all 80_transform_jobs_crud tests.
This commit is contained in:
parent
49de092b38
commit
133ba2691f
|
@ -1,3 +1,7 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
|
||||
---
|
||||
"Test put batch transform on old cluster":
|
||||
- skip:
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
|
Loading…
Reference in New Issue