From bad0bd62bb7f6f327982220260b42610c1fa2b51 Mon Sep 17 00:00:00 2001 From: Benjamin Trent Date: Wed, 10 Nov 2021 14:52:35 -0500 Subject: [PATCH] [ML] re-enable back compat tests with v7 (#80625) (#80627) --- x-pack/plugin/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/plugin/build.gradle b/x-pack/plugin/build.gradle index c634985071f54..a488ec468a344 100644 --- a/x-pack/plugin/build.gradle +++ b/x-pack/plugin/build.gradle @@ -113,9 +113,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure{ task -> task.skipTest("indices.freeze/20_stats/Translog stats on frozen indices", "#70192 -- the freeze index API is removed from 8.0") task.skipTest("indices.freeze/10_basic/Basic", "#70192 -- the freeze index API is removed from 8.0") task.skipTest("indices.freeze/10_basic/Test index options", "#70192 -- the freeze index API is removed from 8.0") - task.skipTest("ml/categorization_agg/Test categorization aggregation with poor settings", "https://github.com/elastic/elasticsearch/pull/79586") - task.skipTest("ml/inference_crud/Test put with defer_definition_decompression with invalid compression definition and no memory estimate", "https://github.com/elastic/elasticsearch/pull/80554") - task.skipTest("ml/inference_crud/Test put with defer_definition_decompression with invalid compressed definition", "https://github.com/elastic/elasticsearch/pull/80554") task.replaceValueInMatch("_type", "_doc") task.addAllowedWarningRegex("\\[types removal\\].*")