Skip to content

Commit 1cf0a6e

Browse files
author
David Roberts
authored
[ML] Muting tests that use old-cluster-categorization-job (#65895)
Due to #65893
1 parent e1e1974 commit 1cf0a6e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151

5252
---
5353
"Test get old cluster categorization job":
54+
- skip:
55+
version: "all"
56+
reason: "@AwaitsFix(bugUrl = https://github.com/elastic/elasticsearch/issues/65893)"
57+
5458
- do:
5559
ml.get_jobs:
5660
job_id: old-cluster-categorization-job

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ setup:
88

99
---
1010
"Test open old jobs":
11+
- skip:
12+
version: "all"
13+
reason: "@AwaitsFix(bugUrl = https://github.com/elastic/elasticsearch/issues/65893)"
14+
1115
- do:
1216
ml.open_job:
1317
job_id: old-cluster-job

0 commit comments

Comments
 (0)