Skip to content

Commit

Permalink
Remove experimental warning from testForkedParallel
Browse files Browse the repository at this point in the history
The `testForkedParallel` feature is almost 4 years old, and in the time
that it has existed, there has never been a confirmed bug report against
it. It shouldn't be considered experimental anymore.
  • Loading branch information
jroper committed Jun 22, 2017
1 parent 040c534 commit f59d734
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 f59d734

Please sign in to comment.