Skip to content

Commit

Permalink
[ML] re-enable back compat tests with v7 (#80625) (#80627)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Nov 10, 2021
1 parent 94e4870 commit bad0bd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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\\].*")
Expand Down

0 comments on commit bad0bd6

Please sign in to comment.