Skip to content

Commit c7f2a93

Browse files
authored
Unmute tests after backporting #77479 (#77987)
1 parent e8274c2 commit c7f2a93

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

x-pack/plugin/build.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
166166
})
167167
tasks.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

x-pack/plugin/watcher/qa/rest/build.gradle

-10
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)