This repository was archived by the owner on Mar 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public async Task ResponseBody_WriteContentLengthNoneWritten_Aborts()
139139 }
140140 }
141141
142- [ ConditionalFact ]
142+ [ ConditionalFact ( Skip = "https://github.com/aspnet/HttpSysServer/issues/263" ) ]
143143 public async Task ResponseBody_WriteContentLengthNotEnoughWritten_Aborts ( )
144144 {
145145 string address ;
@@ -325,7 +325,7 @@ public async Task ResponseBody_FirstWriteAsyncWithCanceledCancellationToken_Canc
325325 }
326326 }
327327
328- [ ConditionalFact ]
328+ [ ConditionalFact ( Skip = "https://github.com/aspnet/HttpSysServer/issues/263" ) ]
329329 public async Task ResponseBodyWriteExceptions_SecondWriteAsyncWithCanceledCancellationToken_CancelsAndAborts ( )
330330 {
331331 string address ;
@@ -476,7 +476,7 @@ public async Task ResponseBody_ClientDisconnectsBeforeFirstWriteAsync_WriteCompl
476476 }
477477 }
478478
479- [ ConditionalFact ]
479+ [ ConditionalFact ( Skip = "https://github.com/aspnet/HttpSysServer/issues/263" ) ]
480480 public async Task ResponseBodyWriteExceptions_ClientDisconnectsBeforeSecondWrite_WriteThrows ( )
481481 {
482482 string address ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public async Task Caching_JustPublic_NotCached()
4949 }
5050 }
5151
52- [ ConditionalFact ]
52+ [ ConditionalFact ( Skip = "https://github.com/aspnet/HttpSysServer/issues/263" ) ]
5353 public async Task Caching_MaxAge_Cached ( )
5454 {
5555 var requestCount = 1 ;
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public void Server_AppException_ClientReset()
129129 }
130130 }
131131
132- [ ConditionalFact ]
132+ [ ConditionalFact ( Skip = "https://github.com/aspnet/HttpSysServer/issues/263" ) ]
133133 public void Server_MultipleOutstandingSyncRequests_Success ( )
134134 {
135135 int requestLimit = 10 ;
You can’t perform that action at this time.
0 commit comments