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 bcf1102f82442..812f4d2683170 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 @@ -1,8 +1,5 @@ --- "Test get old cluster job": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.get_jobs: job_id: old-cluster-job @@ -40,9 +37,6 @@ --- "Test get old cluster job's timing stats": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.get_job_stats: job_id: old-cluster-job-with-ts @@ -57,9 +51,6 @@ --- "Test get old cluster categorization job": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.get_jobs: job_id: old-cluster-categorization-job @@ -97,9 +88,6 @@ --- "Create a job in the mixed cluster and write some data": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.put_job: job_id: mixed-cluster-job @@ -152,9 +140,7 @@ --- "Test job with pre 6.4 rules": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 + - do: ml.get_jobs: job_id: job-with-old-rules 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 047e14979cdbe..befcc3222a286 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,9 +8,6 @@ setup: --- "Test open old jobs": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.open_job: job_id: old-cluster-job @@ -114,9 +111,6 @@ setup: --- "Test get old cluster job's timing stats": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.get_job_stats: job_id: old-cluster-job-with-ts @@ -141,9 +135,6 @@ setup: --- "Test job with pre 6.4 rules": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.get_jobs: job_id: job-with-old-rules @@ -153,9 +144,6 @@ setup: --- "Test get job with function shortcut should expand": - - skip: - version: "7.7.0 - " - reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009 - do: ml.get_jobs: job_id: old-cluster-function-shortcut-expansion