Changes between Initial Version and Version 1 of Ticket #20433, comment 13
- Timestamp:
- 2021-01-27T23:30:15+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20433, comment 13
initial v1 1 1 Replying to [comment:12 Don-vip]: 2 2 > Doesn't setting the property at this location enable parallel mode for ALL tests? 3 `Djunit.jupiter.execution.parallel.enabled=true` just allows the `@Execution` annotations to be used. 3 `-Djunit.jupiter.execution.parallel.enabled=true` just allows the `@Execution` annotations to be used. 4 4 5 If I added `Djunit.jupiter.execution.parallel.mode.default=concurrent`, then yes. 5 If I added `-Djunit.jupiter.execution.parallel.mode.default=concurrent`, then yes.