Skip to content

Commit

Permalink
[TEST] Mute transforms rolling upgrade tests (#53932)
Browse files Browse the repository at this point in the history
Due to #53931
  • Loading branch information
droberts195 committed Mar 22, 2020
1 parent 5d3cb46 commit 076ba02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/53931"

---
"Test put batch transform on mixed cluster":
- skip:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/53931"

- do:
cluster.health:
wait_for_status: green
Expand Down

0 comments on commit 076ba02

Please sign in to comment.