Skip to content

Commit 1eab324

Browse files
committed
remove test concurrency
1 parent 39f832b commit 1eab324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ test {
347347
dependsOn 'registerDomain'
348348
dependsOn 'licenseMain'
349349
finalizedBy jacocoTestReport // report is always generated after tests run
350-
maxParallelForks = Math.max(2.0, (Runtime.runtime.availableProcessors() / 2))
351350
testLogging {
352351
events 'passed', 'skipped', 'failed'
353352
exceptionFormat 'full'

0 commit comments

Comments
 (0)