Disable running Kestrel tests in parallel.

This commit is contained in:
Sridhar Periyasamy 2016-04-04 18:45:08 -07:00
parent 8f00b95783
commit 17b7d34bb9

View file

@ -12,6 +12,8 @@ using Xunit;
using System.Threading.Tasks; using System.Threading.Tasks;
using FluentAssertions; using FluentAssertions;
[assembly: CollectionBehavior(DisableTestParallelization = true)]
namespace Microsoft.DotNet.Kestrel.Tests namespace Microsoft.DotNet.Kestrel.Tests
{ {
public class DotnetTest : TestBase public class DotnetTest : TestBase