Run functional tests sequentially to mitigate flakiness on OS X.
This commit is contained in:
parent
8a30c1f804
commit
bfa10db258
|
|
@ -0,0 +1,3 @@
|
|||
using Xunit;
|
||||
|
||||
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]
|
||||
Loading…
Reference in New Issue