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:
Zachary Tong 2019-05-21 10:25:23 -04:00
parent a23257ce06
commit 6d8a0e36ec
3 changed files with 14 additions and 0 deletions

View File

@ -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:

View File

@ -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":

View File

@ -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