File tree 2 files changed +0
-15
lines changed
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
166
166
})
167
167
tasks. named(" yamlRestTestV7CompatTest" ). configure {
168
168
systemProperty ' tests.rest.blacklist' , [
169
- // enable after backporting #77479
170
- ' indices.freeze/10_basic/Test index options' ,
171
- ' indices.freeze/10_basic/Basic' ,
172
- ' ml/datafeeds_crud/Test put and update datafeed with indices options in params' ,
173
- ' ml/jobs_crud/Test put job with datafeed with indices options in params' ,
174
169
// to support it, it would require to almost revert back the #48725 and complicate the code
175
170
' vectors/10_dense_vector_basic/Deprecated function signature' ,
176
171
// not going to be supported
Original file line number Diff line number Diff line change @@ -53,13 +53,3 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
53
53
" Test webhook action with mustache integration" )
54
54
55
55
})
56
-
57
- // remove after backporting #77479
58
- tasks. named(" yamlRestTestV7CompatTest" ). configure {
59
- systemProperty ' tests.rest.blacklist' , [
60
- ' watcher/put_watch/92_put_watch_with_indices_options/Test put watch with allow no indices' ,
61
- ' watcher/put_watch/92_put_watch_with_indices_options/Test put watch with expand wildcards' ,
62
- ' watcher/put_watch/92_put_watch_with_indices_options/Test put watch with ignore unavailable'
63
- ]. join(' ,' )
64
- }
65
-
You can’t perform that action at this time.
0 commit comments