Procházet zdrojové kódy

Disable parallel execution

It doesn't work reliably from gradle and doesn't actually speed
things up.
tags/v0.1.0
Chris Smith před 5 roky
rodič
revize
e8c9db899a
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0
    2
      build.gradle.kts

+ 0
- 2
build.gradle.kts Zobrazit soubor

@@ -38,8 +38,6 @@ tasks.withType<Test> {
38 38
     testLogging {
39 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 43
 configurations.all {

Načítá se…
Zrušit
Uložit