From 1cf0a6e1193584cbada90b5ae6ad927c5d0b443d Mon Sep 17 00:00:00 2001 From: David Roberts Date: Fri, 4 Dec 2020 16:23:00 +0000 Subject: [PATCH] [ML] Muting tests that use old-cluster-categorization-job (#65895) Due to https://github.com/elastic/elasticsearch/issues/65893 --- .../rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml | 4 ++++ .../rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml index 812f4d2683170..94946ab4874bd 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml @@ -51,6 +51,10 @@ --- "Test get old cluster categorization job": + - skip: + version: "all" + reason: "@AwaitsFix(bugUrl = https://github.com/elastic/elasticsearch/issues/65893)" + - do: ml.get_jobs: job_id: old-cluster-categorization-job diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml index 1e7b848190d92..b486cf2b4f581 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml @@ -8,6 +8,10 @@ setup: --- "Test open old jobs": + - skip: + version: "all" + reason: "@AwaitsFix(bugUrl = https://github.com/elastic/elasticsearch/issues/65893)" + - do: ml.open_job: job_id: old-cluster-job