|
@@ -1,5 +1,8 @@
|
|
|
---
|
|
|
"Test put batch data frame transforms on mixed cluster":
|
|
|
+ - skip:
|
|
|
+ version: "7.4.0 - "
|
|
|
+ reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
|
|
|
- do:
|
|
|
cluster.health:
|
|
|
index: "dataframe-transform-airline-data"
|
|
@@ -118,6 +121,9 @@
|
|
|
|
|
|
---
|
|
|
"Test put continuous data frame transform on mixed cluster":
|
|
|
+ - skip:
|
|
|
+ version: "7.4.0 - "
|
|
|
+ reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
|
|
|
- do:
|
|
|
cluster.health:
|
|
|
index: "dataframe-transform-airline-data-cont"
|
|
@@ -186,6 +192,9 @@
|
|
|
|
|
|
---
|
|
|
"Test GET, start, and stop old cluster batch transforms":
|
|
|
+ - skip:
|
|
|
+ version: "7.4.0 - "
|
|
|
+ reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
|
|
|
- do:
|
|
|
cluster.health:
|
|
|
index: "dataframe-transform-airline-data"
|
|
@@ -275,6 +284,9 @@
|
|
|
|
|
|
---
|
|
|
"Test GET, stop, start, old continuous transforms":
|
|
|
+ - skip:
|
|
|
+ version: "7.4.0 - "
|
|
|
+ reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
|
|
|
- do:
|
|
|
cluster.health:
|
|
|
index: "dataframe-transform-airline-data-cont"
|