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 e0861becc5204..a89a3137e9fbb 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,9 +113,7 @@ --- "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 08b8f1b032855..78043458a3fd0 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,11 +8,6 @@ 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" }