#4 Disable parallel test execution.

This commit is contained in:
Chris R 2015-05-11 09:19:52 -07:00
parent eaecffb9d7
commit 7dd670e192
1 changed files with 3 additions and 0 deletions

View File

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