Skip to content

Commit

Permalink
Quarantine Microsoft.AspNetCore.Server.Kestrel.Core.Tests.HeartbeatTe…
Browse files Browse the repository at this point in the history
…sts.HeartbeatLoopRunsWithSpecifiedInterval (#60372)
  • Loading branch information
sebastienros authored Feb 13, 2025
1 parent c7a5aa1 commit de735b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Servers/Kestrel/Core/test/HeartbeatTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public void HeartbeatIntervalIsOneSecond()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60371")]
public async Task HeartbeatLoopRunsWithSpecifiedInterval()
{
var heartbeatCallCount = 0;
Expand Down

0 comments on commit de735b3

Please sign in to comment.