We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944c964 commit b3aa220Copy full SHA for b3aa220
src/Servers/Kestrel/test/BindTests/AddressRegistrationTests.cs
@@ -103,6 +103,7 @@ public async Task RegisterIPEndPoint_IPv6StaticPort_Success()
103
[ConditionalTheory]
104
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
105
[IPv6SupportedCondition]
106
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26626")]
107
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
108
{
109
await RegisterIPEndPoint_Success(endPoint, testUrl);
0 commit comments