Changes between Initial Version and Version 1 of Ticket #20433, comment 13


Ignore:
Timestamp:
2021-01-27T23:30:15+01:00 (5 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20433, comment 13

    initial v1  
    11Replying to [comment:12 Don-vip]:
    22> 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.
    44
    5 If I added `Djunit.jupiter.execution.parallel.mode.default=concurrent`, then yes.
     5If I added `-Djunit.jupiter.execution.parallel.mode.default=concurrent`, then yes.