mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: container not auto start
This commit is contained in:
@@ -42,5 +42,9 @@ idea {
|
||||
test {
|
||||
dependsOn ":vul-webapp:war", ":vul-webapp-jakarta:war"
|
||||
useJUnitPlatform()
|
||||
// maxParallelForks Runtime.runtime.availableProcessors().intdiv(2) ?: 1
|
||||
// forkEvery = 1
|
||||
// systemProperty 'junit.jupiter.execution.parallel.enabled', 'true'
|
||||
// systemProperty 'junit.jupiter.execution.parallel.mode.default', 'concurrent'
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
Reference in New Issue
Block a user