Unquarantine test that's not flaky anymore (#22664)
This commit is contained in:
parent
0794d6077d
commit
64f7f5a883
|
|
@ -100,7 +100,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
[ConditionalTheory]
|
||||
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
|
||||
[IPv6SupportedCondition]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2074")]
|
||||
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
|
||||
{
|
||||
await RegisterIPEndPoint_Success(endPoint, testUrl);
|
||||
|
|
|
|||
Loading…
Reference in New Issue