add note about 2.8
This commit is contained in:
parent
2677d53458
commit
86e1249e05
|
|
@ -138,6 +138,10 @@ dotnet test -- xUnit.MaxParallelThreads=5
|
|||
|
||||
See [here](https://xunit.net/docs/running-tests-in-parallel.html) for more information to run tests in parallel with xUnit.
|
||||
|
||||
:::note
|
||||
We recommend xUnit 2.8+ which uses the [`conservative` parallelism algorithm](https://xunit.net/docs/running-tests-in-parallel.html#algorithms) by default.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@ It will create by default as many processes as there are cores on the system. Yo
|
|||
dotnet test -- xUnit.MaxParallelThreads=5
|
||||
```
|
||||
|
||||
:::note
|
||||
We recommend xUnit 2.8+ which uses the [`conservative` parallelism algorithm](https://xunit.net/docs/running-tests-in-parallel.html#algorithms) by default.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue