Skip to content

Commit

Permalink
[ML] muting rest compat test issue elastic#79518 (elastic#79519)
Browse files Browse the repository at this point in the history
Muting test failure: elastic#79518
  • Loading branch information
benwtrent authored Oct 19, 2021
1 parent 6923687 commit 79260bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ tasks.named("yamlRestTestV7CompatTransform").configure{ task ->
task.skipTest("vectors/50_vector_stats/Usage stats on vector fields", "not supported for compatibility")
task.skipTest("roles/30_prohibited_role_query/Test use prohibited query inside role query", "put role request with a term lookup (deprecated) and type. Requires validation in REST layer")
task.skipTest("ml/jobs_crud/Test create job with delimited format", "removing undocumented functionality")
task.skipTest("ml/jobs_get_stats/Test get job stats after uploading data prompting the creation of some stats", "https://github.com/elastic/elasticsearch/issues/79518")
task.skipTest("ml/datafeeds_crud/Test update datafeed to point to missing job", "behaviour change #44752 - not allowing to update datafeed job_id")
task.skipTest("ml/datafeeds_crud/Test update datafeed to point to different job", "behaviour change #44752 - not allowing to update datafeed job_id")
task.skipTest("ml/datafeeds_crud/Test update datafeed to point to job already attached to another datafeed", "behaviour change #44752 - not allowing to update datafeed job_id")
Expand Down

0 comments on commit 79260bc

Please sign in to comment.