Skip to content

Commit

Permalink
Merge pull request #372 from jroper/forked-parallel-not-experimental
Browse files Browse the repository at this point in the history
Remove experimental warning from testForkedParallel
  • Loading branch information
eed3si9n authored Jun 22, 2017
2 parents 040c534 + f59d734 commit cdea18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/02-DetailTopics/02-Configuration/14-Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ forked JVMs allowed to run at the same time by setting the limit on
actions cannot be provided with the actual test class loader when a
group is forked.

In addition, forked tests can optionally be run in parallel. This feature
is still considered experimental, and may be enabled with the following setting :
In addition, forked tests can optionally be run in parallel within the
forked JVM(s), using the following setting:

```scala
testForkedParallel in Test := true
Expand Down

0 comments on commit cdea18b

Please sign in to comment.