浏览代码

Disable parallel execution

It doesn't work reliably from gradle and doesn't actually speed
things up.
tags/v0.1.0
Chris Smith 5 年前
父节点
当前提交
e8c9db899a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      build.gradle.kts

+ 0
- 2
build.gradle.kts 查看文件

@@ -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 {

正在加载...
取消
保存