File tree 3 files changed +13
-0
lines changed
x-pack/plugin/sql/qa/server
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,8 @@ testClusters.matching { it.name == "integTest" }.configureEach {
12
12
setting ' xpack.license.self_generated.type' , ' trial'
13
13
plugin ' :x-pack:qa:freeze-plugin'
14
14
}
15
+
16
+ tasks. named(" integTest" ). configure {
17
+ // Disabled because of log4j Security Manager permission issues in CLI tools
18
+ systemProperty ' tests.security.manager' , ' false'
19
+ }
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ subprojects {
54
54
" ${ -> testClusters.integTest.singleNode().getAuditLog()} "
55
55
nonInputProperties. systemProperty ' tests.audit.yesterday.logfile' ,
56
56
" ${ -> testClusters.integTest.singleNode().getAuditLog().getParentFile()} /integTest_audit-${ new Date().format('yyyy-MM-dd')} -1.json.gz"
57
+
58
+ // Disabled because of log4j Security Manager permission issues in CLI tools
59
+ systemProperty ' tests.security.manager' , ' false'
57
60
}
58
61
59
62
tasks. named(" testingConventions" ). configure { enabled = false }
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ testClusters.matching { it.name == "integTest" }.configureEach {
4
4
setting ' xpack.license.self_generated.type' , ' trial'
5
5
plugin ' :x-pack:qa:freeze-plugin'
6
6
}
7
+
8
+ tasks. named(" integTest" ). configure {
9
+ // Disabled because of log4j Security Manager permission issues in CLI tools
10
+ systemProperty ' tests.security.manager' , ' false'
11
+ }
You can’t perform that action at this time.
0 commit comments