Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ setup:

---
"Test old and mixed cluster datafeeds without aggs":
- skip:
version: "all"
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
- do:
indices.create:
index: airline-data
Expand Down Expand Up @@ -108,9 +105,6 @@ setup:

---
"Test old and mixed cluster datafeeds with aggs":
- skip:
version: "all"
reason: "backport: https://github.com/elastic/elasticsearch/pull/73926"
- do:
indices.create:
index: airline-data
Expand Down