Skip to content

Commit 16b7634

Browse files
committed
Revert "[ML-DataFrame] Muting tests for backport (elastic#44749)"
This reverts commit 6818a62.
1 parent 6818a62 commit 16b7634

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
"Test put batch data frame transforms on mixed cluster":
3-
- skip:
4-
version: "7.4.0 - "
5-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
63
- do:
74
cluster.health:
85
index: "dataframe-transform-airline-data"
@@ -121,9 +118,6 @@
121118

122119
---
123120
"Test put continuous data frame transform on mixed cluster":
124-
- skip:
125-
version: "7.4.0 - "
126-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
127121
- do:
128122
cluster.health:
129123
index: "dataframe-transform-airline-data-cont"
@@ -192,9 +186,6 @@
192186

193187
---
194188
"Test GET, start, and stop old cluster batch transforms":
195-
- skip:
196-
version: "7.4.0 - "
197-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
198189
- do:
199190
cluster.health:
200191
index: "dataframe-transform-airline-data"
@@ -284,9 +275,6 @@
284275

285276
---
286277
"Test GET, stop, start, old continuous transforms":
287-
- skip:
288-
version: "7.4.0 - "
289-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
290278
- do:
291279
cluster.health:
292280
index: "dataframe-transform-airline-data-cont"

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
"Test put batch data frame transforms on old cluster":
3-
- skip:
4-
version: "7.4.0 - "
5-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
63
- do:
74
indices.create:
85
index: dataframe-transform-airline-data
@@ -139,9 +136,6 @@
139136

140137
---
141138
"Test put continuous data frame transform on old cluster":
142-
- skip:
143-
version: "7.4.0 - "
144-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
145139
- do:
146140
indices.create:
147141
index: dataframe-transform-airline-data-cont

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ setup:
77
timeout: 70s
88
---
99
"Get start, stop, and delete old and mixed cluster batch data frame transforms":
10-
- skip:
11-
version: "7.4.0 - "
12-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
1310
# Simple and complex OLD transforms
1411
- do:
1512
data_frame.get_data_frame_transform:
@@ -165,9 +162,6 @@ setup:
165162

166163
---
167164
"Test GET, stop, delete, old and mixed continuous transforms":
168-
- skip:
169-
version: "7.4.0 - "
170-
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
171165
- do:
172166
data_frame.get_data_frame_transform:
173167
transform_id: "old-simple-continuous-transform"

0 commit comments

Comments
 (0)