Run functional tests sequentially to mitigate flakiness on OS X.

This commit is contained in:
Cesar Blum Silveira 2016-08-29 17:18:35 -07:00
parent 8a30c1f804
commit bfa10db258
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
using Xunit;
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]