2018-08-20 22:07:16 -04:00
|
|
|
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
|
|
|
|
dependencies {
|
2020-06-14 16:30:44 -04:00
|
|
|
testImplementation project(path: xpackModule('security'), configuration: 'testArtifacts')
|
2018-08-20 22:07:16 -04:00
|
|
|
}
|
|
|
|
|
2019-04-09 14:52:50 -04:00
|
|
|
test {
|
2019-11-14 06:01:23 -05:00
|
|
|
systemProperty 'tests.security.manager', 'false'
|
|
|
|
include '**/*Tests.class'
|
2018-08-20 22:07:16 -04:00
|
|
|
}
|