From d0743806d8d8675e82afd665ecdd9bd208564cf7 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 20 Apr 2017 10:21:20 -0700 Subject: [PATCH] Disable UnrootedConnectionsGetRemovedFromHeartbeat because it's flaky --- .../FrameConnectionManagerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests/FrameConnectionManagerTests.cs b/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests/FrameConnectionManagerTests.cs index e6ead7b93d..a97ad6062f 100644 --- a/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests/FrameConnectionManagerTests.cs +++ b/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests/FrameConnectionManagerTests.cs @@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests { public class FrameConnectionManagerTests { - [Fact] + [Fact(Skip = "Flaky test")] public void UnrootedConnectionsGetRemovedFromHeartbeat() { var connectionId = "0";