Skip to content

Commit

Permalink
remove allowed warning in bwc rest build
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Oct 17, 2021
1 parent 261e76a commit b7d6b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest-api-spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure { task ->

task.replaceValueInMatch("_type", "_doc")
task.addAllowedWarningRegex("\\[types removal\\].*")
task.addAllowedWarning("[transient settings removal] Updating cluster settings through transientSettings is deprecated. Use persistent settings instead.")
task.replaceValueInMatch("nodes.\$node_id.roles.8", "ml", "node_info role test")
task.replaceValueInMatch("nodes.\$node_id.roles.9", "remote_cluster_client", "node_info role test")
task.removeMatch("nodes.\$node_id.roles.10", "node_info role test")
Expand Down

0 comments on commit b7d6b7d

Please sign in to comment.