Skip to content

Commit fc812d5

Browse files
committed
Skip failing compat test
1 parent 95b8da2 commit fc812d5

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
@@ -143,6 +143,7 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
143143
task.skipTest("ml/sparse_vector_search/Search on a sparse_vector field with dots in the field names", "Vectors are no longer returned by default")
144144
task.skipTest("ml/sparse_vector_search/Search on a nested sparse_vector field with dots in the field names and conflicting child fields", "Vectors are no longer returned by default")
145145
task.skipTest("esql/190_lookup_join/lookup-no-key-only-key", "Requires the fix")
146+
task.skipTest("ml/data_frame_analytics_crud/Test put config with remote source index", "Error message changed")
146147
})
147148

148149
tasks.named('yamlRestCompatTest').configure {

0 commit comments

Comments
 (0)