Quarantine flaky test (#26627)

This commit is contained in:
Pranav K 2020-10-12 15:02:50 -07:00 committed by GitHub
parent 944c964339
commit b3aa220af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
[ConditionalTheory]
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
[IPv6SupportedCondition]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26626")]
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
{
await RegisterIPEndPoint_Success(endPoint, testUrl);