Skip to content

Commit d425103

Browse files
authored
[ML] unmuting bwc tests for #73926 (#74012)
1 parent 5249540 commit d425103

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

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

-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
"Test old cluster datafeed without aggs":
3-
- skip:
4-
version: "all"
5-
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
63
- do:
74
ml.get_datafeeds:
85
datafeed_id: old-cluster-datafeed-without-aggs
@@ -45,9 +42,6 @@
4542

4643
---
4744
"Put job and datafeed without aggs in mixed cluster":
48-
- skip:
49-
version: "all"
50-
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
5145
- do:
5246
ml.put_job:
5347
job_id: mixed-cluster-datafeed-job-without-aggs
@@ -92,9 +86,6 @@
9286

9387
---
9488
"Put job and datafeed with aggs in mixed cluster":
95-
- skip:
96-
version: "all"
97-
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
9889
- do:
9990
ml.put_job:
10091
job_id: mixed-cluster-datafeed-job-with-aggs

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

-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ setup:
88

99
---
1010
"Test old and mixed cluster datafeeds without aggs":
11-
- skip:
12-
version: "all"
13-
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
1411
- do:
1512
indices.create:
1613
index: airline-data
@@ -108,9 +105,6 @@ setup:
108105

109106
---
110107
"Test old and mixed cluster datafeeds with aggs":
111-
- skip:
112-
version: "all"
113-
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
114108
- do:
115109
indices.create:
116110
index: airline-data

0 commit comments

Comments
 (0)