Prevent fuctional tests from executing concurrently.

This commit is contained in:
Chris R 2016-04-04 09:46:21 -07:00
parent ed7d5eb5e7
commit f734ff3c81
1 changed files with 3 additions and 0 deletions

View File

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