Skip to content

Commit

Permalink
[ML] Muting tests that use old-cluster-categorization-job (#65895)
Browse files Browse the repository at this point in the history
Due to #65893
  • Loading branch information
droberts195 authored Dec 4, 2020
1 parent e1e1974 commit 1cf0a6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@

---
"Test get old cluster categorization job":
- skip:
version: "all"
reason: "@AwaitsFix(bugUrl = https://github.com/elastic/elasticsearch/issues/65893)"

- do:
ml.get_jobs:
job_id: old-cluster-categorization-job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ setup:

---
"Test open old jobs":
- skip:
version: "all"
reason: "@AwaitsFix(bugUrl = https://github.com/elastic/elasticsearch/issues/65893)"

- do:
ml.open_job:
job_id: old-cluster-job
Expand Down

0 comments on commit 1cf0a6e

Please sign in to comment.