Skip to content

Commit de735b3

Browse files
authored
Quarantine Microsoft.AspNetCore.Server.Kestrel.Core.Tests.HeartbeatTests.HeartbeatLoopRunsWithSpecifiedInterval (#60372)
1 parent c7a5aa1 commit de735b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

2222
[Fact]
23+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60371")]
2324
public async Task HeartbeatLoopRunsWithSpecifiedInterval()
2425
{
2526
var heartbeatCallCount = 0;

0 commit comments

Comments
 (0)