Skip to content

Commit b3aa220

Browse files
authored
Quarantine flaky test (#26627)
1 parent 944c964 commit b3aa220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/BindTests/AddressRegistrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public async Task RegisterIPEndPoint_IPv6StaticPort_Success()
103103
[ConditionalTheory]
104104
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
105105
[IPv6SupportedCondition]
106+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26626")]
106107
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
107108
{
108109
await RegisterIPEndPoint_Success(endPoint, testUrl);

0 commit comments

Comments
 (0)