Get free port starting from 8001 instead of using TcpListener.

Enable kestrel tests to run in parallel.
This commit is contained in:
Sridhar Periyasamy 2016-04-05 13:12:07 -07:00
parent 17b7d34bb9
commit dbb25d8fb3
4 changed files with 18 additions and 35 deletions

View file

@ -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