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 committed by Paul Knopf
parent 8b3bcf6062
commit c579efc019

View file

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