Turns off parallel tests for now.

This commit is contained in:
benbierens 2023-05-04 15:22:11 +02:00
parent 3db2217c32
commit d0b4e31167
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using NUnit.Framework;
[assembly: LevelOfParallelism(30)]
[assembly: LevelOfParallelism(1)]
namespace Tests
{
}