Prevent fuctional tests from executing concurrently.
This commit is contained in:
parent
ed7d5eb5e7
commit
f734ff3c81
|
|
@ -0,0 +1,3 @@
|
|||
using Xunit;
|
||||
|
||||
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]
|
||||
Loading…
Reference in New Issue