From 9f538d9c152588a527a1ba6aadb39a0df5b346d8 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 9 Nov 2016 11:49:39 -0800 Subject: [PATCH] Disable flaky tests --- .../ResponseBodyTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/ResponseBodyTests.cs b/test/Microsoft.Net.Http.Server.FunctionalTests/ResponseBodyTests.cs index 67df513777..136883613c 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/ResponseBodyTests.cs +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/ResponseBodyTests.cs @@ -156,7 +156,7 @@ namespace Microsoft.Net.Http.Server } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/WebListener/issues/263")] public async Task ResponseBody_WriteContentLengthTooMuchWritten_Throws() { string address; @@ -510,7 +510,7 @@ namespace Microsoft.Net.Http.Server } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/WebListener/issues/263")] public async Task ResponseBodyWriteExceptions_ClientDisconnectsBeforeSecondWriteAsync_WriteThrows() { string address;