test: do not use security manager for client tests

Original commit: elastic/x-pack-elasticsearch@1200a1b757
This commit is contained in:
jaymode 2016-12-21 14:46:18 -05:00
parent 483711ed20
commit 9288401767
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ task copyXPackPluginProps(type: Copy) {
project.sourceSets.test.output.dir(outputDir, builtBy: copyXPackPluginProps)
integTest {
systemProperty 'tests.security.manager', 'false'
cluster {
plugin ':x-pack:elasticsearch'
setupCommand 'setupDummyUser',