Turns off parallel tests for now.
This commit is contained in:
parent
3db2217c32
commit
d0b4e31167
|
@ -1,6 +1,6 @@
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
[assembly: LevelOfParallelism(30)]
|
[assembly: LevelOfParallelism(1)]
|
||||||
namespace Tests
|
namespace Tests
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue