소스 검색

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 {

Loading…
취소
저장