Browse Source

Disable parallel execution

It doesn't work reliably from gradle and doesn't actually speed
things up.
tags/v0.1.0
Chris Smith 5 years ago
parent
commit
e8c9db899a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      build.gradle.kts

+ 0
- 2
build.gradle.kts View File

38
     testLogging {
38
     testLogging {
39
         events("passed", "skipped", "failed")
39
         events("passed", "skipped", "failed")
40
     }
40
     }
41
-    systemProperty("junit.jupiter.execution.parallel.enabled", "true")
42
-    systemProperty("junit.jupiter.execution.parallel.config.dynamic.factor", "5")
43
 }
41
 }
44
 
42
 
45
 configurations.all {
43
 configurations.all {

Loading…
Cancel
Save