Get free port starting from 8001 instead of using TcpListener.
Enable kestrel tests to run in parallel.
This commit is contained in:
parent
17b7d34bb9
commit
dbb25d8fb3
4 changed files with 18 additions and 35 deletions
|
@ -12,8 +12,6 @@ using Xunit;
|
|||
using System.Threading.Tasks;
|
||||
using FluentAssertions;
|
||||
|
||||
[assembly: CollectionBehavior(DisableTestParallelization = true)]
|
||||
|
||||
namespace Microsoft.DotNet.Kestrel.Tests
|
||||
{
|
||||
public class DotnetTest : TestBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue