Skip to content

Commit 02fc50e

Browse files
committed
skip rest compat test
1 parent b7b0a4b commit 02fc50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
125125
task.skipTest("ml/job_cat_apis/Test cat anomaly detector jobs", "Flush API is deprecated")
126126
task.skipTest("ml/jobs_get_stats/Test get job stats after uploading data prompting the creation of some stats", "Flush API is deprecated")
127127
task.skipTest("ml/jobs_get_stats/Test get job stats for closed job", "Flush API is deprecated")
128+
task.skipTest("ml/jobs_get_stats/Test reading v54 data counts and model size stats", "Version 5.4 support removed")
128129
task.skipTest("ml/inference_crud/Test deprecation of include model definition param", "Query parameter removed")
129130
task.skipTest("ml/post_data/Test flush and close job WITHOUT sending any data", "Flush API is deprecated")
130131
task.skipTest("ml/post_data/Test flush with skip_time", "Flush API is deprecated")

0 commit comments

Comments
 (0)