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 0794d60 commit 64f7f5aCopy full SHA for 64f7f5a
src/Servers/Kestrel/test/BindTests/AddressRegistrationTests.cs
@@ -100,7 +100,6 @@ public async Task RegisterIPEndPoint_IPv6StaticPort_Success()
100
[ConditionalTheory]
101
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
102
[IPv6SupportedCondition]
103
- [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2074")]
104
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
105
{
106
await RegisterIPEndPoint_Success(endPoint, testUrl);
0 commit comments