Skip to content

Commit

Permalink
Re-mute all ml_datafeed_crud rolling upgrade tests
Browse files Browse the repository at this point in the history
AwaitsFix #42258

Thought this was fixed, but throwing deprecation warnings at
an unexpected time so putting this back on mute until we
figure it out.
  • Loading branch information
polyfractal committed May 23, 2019
1 parent a23257c commit 6d8a0e3
Show file tree
Hide file tree
Showing 3 changed files with 14 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/42258"

---
"Test old cluster datafeed without aggs":
- do:
Expand Down
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/42258"

---
"Put job and datafeed without aggs in old cluster":

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/42258"

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

0 comments on commit 6d8a0e3

Please sign in to comment.