This website requires JavaScript.
Explore
Help
Sign In
status-im
/
cs-codex-dist-tests
mirror of
Watch
2
Star
0
Fork
You've already forked cs-codex-dist-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2e07fbd2e
cs-codex-dist-tests
/
Tests
/
Parallelism.cs
7 lines
81 B
C#
Raw
Normal View
History
Unescape
Escape
wip debugging anomalous test failures
2023-05-04 06:25:48 +00:00
using
NUnit.Framework
;
Turns off parallel tests for now.
2023-05-04 13:22:11 +00:00
[assembly: LevelOfParallelism(1)]
wip debugging anomalous test failures
2023-05-04 06:25:48 +00:00
namespace
Tests
{
}