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 c7a5aa1 commit de735b3Copy full SHA for de735b3
src/Servers/Kestrel/Core/test/HeartbeatTests.cs
@@ -20,6 +20,7 @@ public void HeartbeatIntervalIsOneSecond()
20
}
21
22
[Fact]
23
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60371")]
24
public async Task HeartbeatLoopRunsWithSpecifiedInterval()
25
{
26
var heartbeatCallCount = 0;
0 commit comments