Skip to content

Commit 35c4c9e

Browse files
committed
Re-mute all ml_datafeed_crud rolling upgrade tests
AwaitsFix elastic#42258 Thought this was fixed, but throwing deprecation warnings at an unexpected time so putting this back on mute until we figure it out.
1 parent d49d9b5 commit 35c4c9e

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/40_ml_datafeed_crud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
setup:
2+
- skip:
3+
version: "all"
4+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"
5+
16
---
27
"Test old cluster datafeed without aggs":
38
- do:

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/40_ml_datafeed_crud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
setup:
2+
- skip:
3+
version: "all"
4+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"
5+
16
---
27
"Put job and datafeed without aggs in old cluster":
38

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/40_ml_datafeed_crud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
setup:
2+
- skip:
3+
version: "all"
4+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"
5+
26
- do:
37
cluster.health:
48
wait_for_status: green

0 commit comments

Comments
 (0)