File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 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 ->
166166})
167167tasks. named(" yamlRestTestV7CompatTest" ). configure {
168168 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' ,
174169 // to support it, it would require to almost revert back the #48725 and complicate the code
175170 ' vectors/10_dense_vector_basic/Deprecated function signature' ,
176171 // not going to be supported
Original file line number Diff line number Diff line change @@ -53,13 +53,3 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
5353 " Test webhook action with mustache integration" )
5454
5555})
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