Skip to content

Unmute tests after backporting #77479 #77987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
})
tasks.named("yamlRestTestV7CompatTest").configure {
systemProperty 'tests.rest.blacklist', [
// enable after backporting #77479
'indices.freeze/10_basic/Test index options',
'indices.freeze/10_basic/Basic',
'ml/datafeeds_crud/Test put and update datafeed with indices options in params',
'ml/jobs_crud/Test put job with datafeed with indices options in params',
// to support it, it would require to almost revert back the #48725 and complicate the code
'vectors/10_dense_vector_basic/Deprecated function signature',
// not going to be supported
Expand Down
10 changes: 0 additions & 10 deletions x-pack/plugin/watcher/qa/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,3 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
"Test webhook action with mustache integration")

})

// remove after backporting #77479
tasks.named("yamlRestTestV7CompatTest").configure {
systemProperty 'tests.rest.blacklist', [
'watcher/put_watch/92_put_watch_with_indices_options/Test put watch with allow no indices',
'watcher/put_watch/92_put_watch_with_indices_options/Test put watch with expand wildcards',
'watcher/put_watch/92_put_watch_with_indices_options/Test put watch with ignore unavailable'
].join(',')
}