Disable running Kestrel tests in parallel.
This commit is contained in:
parent
8f00b95783
commit
17b7d34bb9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue