From 887c98e49efdd7025960ba4993c613010f254c05 Mon Sep 17 00:00:00 2001 From: Dimitris Athanasiou Date: Tue, 3 Nov 2020 20:10:21 +0200 Subject: [PATCH] [ML] Further mutes on DFA upgrade tests (#64545) Because of #64503. This adds to #64540. --- .../upgraded_cluster/90_ml_data_frame_analytics_crud.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml index 92fedf52a1622..0640a663fafe3 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml @@ -81,6 +81,9 @@ --- "Get mixed cluster outlier_detection job": + - skip: + version: " - 7.99.99" + reason: "_doc_count field is currently implemented only in 8.x" - do: ml.get_data_frame_analytics: id: "mixed_cluster_outlier_detection_job" @@ -99,6 +102,9 @@ --- "Get mixed cluster outlier_detection job stats": + - skip: + version: " - 7.99.99" + reason: "_doc_count field is currently implemented only in 8.x" - do: ml.get_data_frame_analytics_stats: id: "mixed_cluster_outlier_detection_job"