diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/ResponseBodyTests.cs b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/ResponseBodyTests.cs index 18696e05dd..52f5994b74 100644 --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/ResponseBodyTests.cs +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/ResponseBodyTests.cs @@ -139,7 +139,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/HttpSysServer/issues/263")] public async Task ResponseBody_WriteContentLengthNotEnoughWritten_Aborts() { string address; @@ -325,7 +325,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/HttpSysServer/issues/263")] public async Task ResponseBodyWriteExceptions_SecondWriteAsyncWithCanceledCancellationToken_CancelsAndAborts() { string address; @@ -476,7 +476,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/HttpSysServer/issues/263")] public async Task ResponseBodyWriteExceptions_ClientDisconnectsBeforeSecondWrite_WriteThrows() { string address; diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ResponseCachingTests.cs b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ResponseCachingTests.cs index 6a2fe8c57d..8fa4448c26 100644 --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ResponseCachingTests.cs +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ResponseCachingTests.cs @@ -49,7 +49,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/HttpSysServer/issues/263")] public async Task Caching_MaxAge_Cached() { var requestCount = 1; diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ServerTests.cs b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ServerTests.cs index 2a6017a3b0..10a356b487 100644 --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ServerTests.cs +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/ServerTests.cs @@ -129,7 +129,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys } } - [ConditionalFact] + [ConditionalFact(Skip = "https://github.com/aspnet/HttpSysServer/issues/263")] public void Server_MultipleOutstandingSyncRequests_Success() { int requestLimit = 10;