|
@@ -1,8 +1,5 @@
|
|
|
---
|
|
|
"Test old cluster datafeed without aggs":
|
|
|
- - skip:
|
|
|
- version: "all"
|
|
|
- reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
|
|
|
- do:
|
|
|
ml.get_datafeeds:
|
|
|
datafeed_id: old-cluster-datafeed-without-aggs
|
|
@@ -45,9 +42,6 @@
|
|
|
|
|
|
---
|
|
|
"Put job and datafeed without aggs in mixed cluster":
|
|
|
- - skip:
|
|
|
- version: "all"
|
|
|
- reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
|
|
|
- do:
|
|
|
ml.put_job:
|
|
|
job_id: mixed-cluster-datafeed-job-without-aggs
|
|
@@ -92,9 +86,6 @@
|
|
|
|
|
|
---
|
|
|
"Put job and datafeed with aggs in mixed cluster":
|
|
|
- - skip:
|
|
|
- version: "all"
|
|
|
- reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
|
|
|
- do:
|
|
|
ml.put_job:
|
|
|
job_id: mixed-cluster-datafeed-job-with-aggs
|