From 01b8d5fad1753a1eda61124d1b08447a81a8f0c0 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Sat, 13 May 2017 20:41:10 -0700 Subject: [PATCH] Skip flaky temporarily to unblock the mirror --- .../RequestTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/RequestTests.cs b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/RequestTests.cs index 5c58b48664..0717a67a2a 100644 --- a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/RequestTests.cs +++ b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/RequestTests.cs @@ -315,7 +315,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests } } - [Fact] + [Fact(Skip= "https://github.com/aspnet/KestrelHttpServer/issues/1835")] public async Task ConnectionResetBetweenRequestsIsLoggedAsDebug() { var requestDone = new SemaphoreSlim(0);