diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml index b3d2f033839..9497d2a13f6 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml @@ -7,6 +7,10 @@ setup: --- "Test get old cluster job": + - skip: + version: "all" + reason: "Awaiting fix of #1760" + - do: xpack.ml.get_jobs: job_id: old-cluster-job @@ -44,6 +48,10 @@ setup: --- "Create a job in the mixed cluster and write some data": + - skip: + version: "all" + reason: "Awaiting fix of #1760" + - do: xpack.ml.put_job: job_id: mixed-cluster-job diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/40_ml_datafeed_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/40_ml_datafeed_crud.yml index df8f47d9a02..32af9089272 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/40_ml_datafeed_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/40_ml_datafeed_crud.yml @@ -6,6 +6,10 @@ setup: --- "Test old cluster datafeed": + - skip: + version: "all" + reason: "Awaiting fix of #1760" + - do: xpack.ml.get_datafeeds: datafeed_id: old-cluster-datafeed @@ -22,6 +26,9 @@ setup: --- "Put job and datafeed in mixed cluster": + - skip: + version: "all" + reason: "Awaiting fix of #1760" - do: xpack.ml.put_job: diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml index 6d237260876..e15e939d723 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml @@ -1,5 +1,8 @@ --- "Put job on the old cluster and post some data": + - skip: + version: "all" + reason: "Awaiting fix of #1760" - do: xpack.ml.put_job: diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/40_ml_datafeed_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/40_ml_datafeed_crud.yml index 7130909df77..e5b366f9ac1 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/40_ml_datafeed_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/40_ml_datafeed_crud.yml @@ -1,5 +1,8 @@ --- "Put job and datafeed in old cluster": + - skip: + version: "all" + reason: "Awaiting fix of #1760" - do: xpack.ml.put_job: diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml index 7f4ef6e350e..e158781d85f 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml @@ -8,6 +8,9 @@ setup: --- "Test open old jobs": + - skip: + version: "all" + reason: "Awaiting fix of #1760" - do: xpack.ml.open_job: diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/40_ml_datafeed_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/40_ml_datafeed_crud.yml index ed6a66ae1a5..c6026ba94fd 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/40_ml_datafeed_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/40_ml_datafeed_crud.yml @@ -18,6 +18,10 @@ setup: --- "Test old and mixed cluster datafeeds": + - skip: + version: "all" + reason: "Awaiting fix of #1760" + - do: xpack.ml.get_datafeeds: datafeed_id: old-cluster-datafeed