thread safe test passing on windows

This commit is contained in:
tom.pallister
2017-03-06 13:24:36 +00:00
parent f0dcefff38
commit f443575185
2 changed files with 5 additions and 56 deletions

View File

@ -13,6 +13,7 @@ using Shouldly;
using TestStack.BDDfy;
using Xunit;
[assembly: CollectionBehavior(DisableTestParallelization = true)]
namespace Ocelot.IntegrationTests
{
public class AdministrationTests : IDisposable