Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 205 Bytes

File metadata and controls

9 lines (5 loc) · 205 Bytes

Run with parallel (error)

./gradlew test

Run without parallel (works)

Open src/test/resources/junit-platform.properties and change junit.jupiter.execution.parallel.enabled to false.

./gradlew test