From 8f227a94d31de3a1fb399786b1c3a623ded0af7b Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 22 Feb 2021 12:54:58 +0000 Subject: [PATCH] [ML] Unmute memory-dependent ML YAML tests (#69333) Unmute the YAML tests that were muted due to the problem of #66885. The underlying problem was fixed by #68542. --- .../src/test/resources/rest-api-spec/test/ml/jobs_crud.yml | 2 -- .../src/test/resources/rest-api-spec/test/ml/ml_info.yml | 5 ----- 2 files changed, 7 deletions(-) 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" }