Skip to content

Commit 64f7f5a

Browse files
authored
Unquarantine test that's not flaky anymore (#22664)
1 parent 0794d60 commit 64f7f5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public async Task RegisterIPEndPoint_IPv6StaticPort_Success()
100100
[ConditionalTheory]
101101
[MemberData(nameof(IPEndPointRegistrationDataDynamicPort))]
102102
[IPv6SupportedCondition]
103-
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2074")]
104103
public async Task RegisterIPEndPoint_DynamicPort_Success(IPEndPoint endPoint, string testUrl)
105104
{
106105
await RegisterIPEndPoint_Success(endPoint, testUrl);

0 commit comments

Comments
 (0)