Quarantine flaky test (#26627)
This commit is contained in:
parent
944c964339
commit
b3aa220af6
|
|
@ -103,6 +103,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
[ConditionalTheory]
|
[ConditionalTheory]
|
||||||
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
|
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
|
||||||
[IPv6SupportedCondition]
|
[IPv6SupportedCondition]
|
||||||
|
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26626")]
|
||||||
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
|
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
|
||||||
{
|
{
|
||||||
await RegisterIPEndPoint_Success(endPoint, testUrl);
|
await RegisterIPEndPoint_Success(endPoint, testUrl);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue