Skip to content

Commit

Permalink
Update documentation/src/docs/asciidoc/user-guide/migration-from-juni…
Browse files Browse the repository at this point in the history
…t4.adoc

Co-authored-by: Marc Philipp <mail@marcphilipp.de>
  • Loading branch information
YongGoose and marcphilipp authored Feb 10, 2025
1 parent 1872b5a commit dabea44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ concurrent test execution. It can be enabled and configured using the following
<<running-tests-config-params, configuration parameters>>:

`junit.vintage.execution.parallel.enabled=true|false`::
Enable/disable parallel execution (defaults to `false`).
Enable/disable parallel execution (defaults to `false`). Requires opt-in for `classes`
or `methods` to be executed in parallel using the configuration parameters below.

`junit.vintage.execution.parallel.classes=true|false`::
Enable/disable parallel execution of test classes (defaults to `false`).
Expand Down

0 comments on commit dabea44

Please sign in to comment.