Skip to content

Commit

Permalink
Include RCS xpack docs tests (elastic#99038)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Aug 30, 2023
1 parent b6c6dad commit ad33e55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ restResources {
tasks.named("yamlRestTest").configure {
if (BuildParams.isSnapshotBuild()) {
systemProperty 'tests.rest.blacklist', '*/get-builtin-privileges/*'
} else {
systemProperty 'tests.rest.blacklist', ['*/create-cross-cluster-api-key/*', '*/update-cross-cluster-api-key/*'].join(',')
}
}

Expand Down

0 comments on commit ad33e55

Please sign in to comment.