[ML][Transforms] Muting tests in 7.x (#47946)
This commit is contained in:
parent
fe8767789a
commit
1636fa5f15
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Test put batch data frame transforms on mixed cluster":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
- do:
|
||||
cluster.health:
|
||||
index: "transform-airline-data"
|
||||
|
@ -111,6 +114,9 @@
|
|||
|
||||
---
|
||||
"Test put continuous data frame transform on mixed cluster":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
- do:
|
||||
cluster.health:
|
||||
index: "transform-airline-data-cont"
|
||||
|
@ -177,6 +183,9 @@
|
|||
|
||||
---
|
||||
"Test GET, start, and stop old cluster batch transforms":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
- do:
|
||||
cluster.health:
|
||||
index: "transform-airline-data"
|
||||
|
@ -261,6 +270,9 @@
|
|||
|
||||
---
|
||||
"Test GET, stop, start, old continuous transforms":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
- do:
|
||||
cluster.health:
|
||||
index: "transform-airline-data-cont"
|
||||
|
|
|
@ -7,6 +7,9 @@ setup:
|
|||
timeout: 70s
|
||||
---
|
||||
"Get start, stop, and delete old and mixed cluster batch data frame transforms":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
# Simple and complex OLD transforms
|
||||
- do:
|
||||
transform.get_transform:
|
||||
|
@ -160,6 +163,9 @@ setup:
|
|||
|
||||
---
|
||||
"Test GET, stop, delete, old and mixed continuous transforms":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
- do:
|
||||
transform.get_transform:
|
||||
transform_id: "old-simple-continuous-transform"
|
||||
|
@ -251,6 +257,9 @@ setup:
|
|||
transform_id: "mixed-simple-continuous-transform"
|
||||
---
|
||||
"Test index mappings for latest internal index":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "https://github.com/elastic/elasticsearch/issues/47943"
|
||||
- do:
|
||||
transform.put_transform:
|
||||
transform_id: "upgraded-simple-transform"
|
||||
|
|
Loading…
Reference in New Issue