test: do not use security manager for client tests
Original commit: elastic/x-pack-elasticsearch@1200a1b757
This commit is contained in:
parent
483711ed20
commit
9288401767
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue