Skip to content

Commit

Permalink
Revert "[ML-DataFrame] Muting tests for backport (elastic#44850)"
Browse files Browse the repository at this point in the history
This reverts commit 7790093.
  • Loading branch information
droberts195 committed Jul 25, 2019
1 parent 7790093 commit a0301cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"Test put batch data frame transforms on mixed cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
cluster.health:
index: "dataframe-transform-airline-data"
Expand Down Expand Up @@ -109,9 +106,6 @@

---
"Test put continuous data frame transform on mixed cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
cluster.health:
index: "dataframe-transform-airline-data-cont"
Expand Down Expand Up @@ -174,9 +168,6 @@

---
"Test GET, start, and stop old cluster batch transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
cluster.health:
index: "dataframe-transform-airline-data"
Expand Down Expand Up @@ -254,9 +245,6 @@

---
"Test GET, stop, start, old continuous transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
cluster.health:
index: "dataframe-transform-airline-data-cont"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"Test put batch data frame transforms on old cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
indices.create:
index: dataframe-transform-airline-data
Expand Down Expand Up @@ -139,9 +136,6 @@

---
"Test put continuous data frame transform on old cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
indices.create:
index: dataframe-transform-airline-data-cont
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ setup:
timeout: 70s
---
"Get start, stop, and delete old and mixed cluster batch data frame transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
# Simple and complex OLD transforms
- do:
data_frame.get_data_frame_transform:
Expand Down Expand Up @@ -165,9 +162,6 @@ setup:

---
"Test GET, stop, delete, old and mixed continuous transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
- do:
data_frame.get_data_frame_transform:
transform_id: "old-simple-continuous-transform"
Expand Down

0 comments on commit a0301cc

Please sign in to comment.