Unit tests: run sequentially

The Monitor seems to trigger a timeout
This commit is contained in:
Michael Lamers 2018-08-06 21:52:33 +02:00
parent fe1d19e729
commit 7d9d86d084

View file

@ -0,0 +1,3 @@
using Xunit;
[assembly: CollectionBehavior(DisableTestParallelization = true)]