We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735f232 commit 8e4ab82Copy full SHA for 8e4ab82
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml
@@ -8,7 +8,9 @@ setup:
8
9
---
10
"Test open old jobs":
11
-
+ - skip:
12
+ version: "all"
13
+ reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30982"
14
- do:
15
xpack.ml.open_job:
16
job_id: old-cluster-job
@@ -75,6 +77,9 @@ setup:
75
77
76
78
79
"Test job with no model memory limit has established model memory after reopening":
80
81
82
83
84
85
job_id: no-model-memory-limit-job
0 commit comments