Skip to content

Commit 3612a9f

Browse files
Unquarantine HeartbeatLoopRunsWithSpecifiedInterval (#56091)
1 parent f244d1d commit 3612a9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/Core/test/HeartbeatTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public void HeartbeatIntervalIsOneSecond()
2020
}
2121

2222
[Fact]
23-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55297")]
2423
public async void HeartbeatLoopRunsWithSpecifiedInterval()
2524
{
2625
var heartbeatCallCount = 0;

0 commit comments

Comments
 (0)