Skip to content

Commit

Permalink
Unmute tests after backporting elastic#77479
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Sep 20, 2021
1 parent e8274c2 commit e4b75a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
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(',')
}

0 comments on commit e4b75a8

Please sign in to comment.