diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/jobs_crud.yml b/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/jobs_crud.yml index a89a3137e9fbb..e0861becc5204 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/jobs_crud.yml +++ b/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/jobs_crud.yml @@ -113,7 +113,9 @@ --- "Test put job with model_memory_limit as string and lazy open": - skip: + version: "all" features: headers + reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/66885" - do: ml.put_job: job_id: job-model-memory-limit-as-string diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/ml_info.yml b/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/ml_info.yml index 78043458a3fd0..08b8f1b032855 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/ml_info.yml +++ b/x-pack/plugin/src/test/resources/rest-api-spec/test/ml/ml_info.yml @@ -8,6 +8,11 @@ teardown: --- "Test ml info": + + - skip: + version: "all" + reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/66885" + - do: ml.info: {} - match: { defaults.anomaly_detectors.categorization_analyzer.tokenizer: "ml_classic" }