test: container not auto start

This commit is contained in:
ReaJason
2024-12-07 02:15:15 +08:00
parent a0a79a68f7
commit 1639ea1e93
9 changed files with 17 additions and 1 deletions
+4
View File
@@ -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
}