Disable UnrootedConnectionsGetRemovedFromHeartbeat because it's flaky
This commit is contained in:
parent
d1494224f4
commit
d0743806d8
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
|
||||||
{
|
{
|
||||||
public class FrameConnectionManagerTests
|
public class FrameConnectionManagerTests
|
||||||
{
|
{
|
||||||
[Fact]
|
[Fact(Skip = "Flaky test")]
|
||||||
public void UnrootedConnectionsGetRemovedFromHeartbeat()
|
public void UnrootedConnectionsGetRemovedFromHeartbeat()
|
||||||
{
|
{
|
||||||
var connectionId = "0";
|
var connectionId = "0";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue