File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
HttpSys/test/FunctionalTests
Kestrel/test/FunctionalTests/Http2 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ public async Task Server_AppException_ClientReset()
148148 }
149149
150150 [ ConditionalFact ]
151+ [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2415" , FlakyOn . All ) ]
151152 public void Server_MultipleOutstandingSyncRequests_Success ( )
152153 {
153154 int requestLimit = 10 ;
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ public async Task GracefulShutdownWaitsForRequestsToFinish()
102102 }
103103
104104 [ ConditionalFact ]
105+ [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2667" , FlakyOn . All ) ]
105106 public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish ( )
106107 {
107108 var requestStarted = new TaskCompletionSource < object > ( TaskCreationOptions . RunContinuationsAsynchronously ) ;
You can’t perform that action at this time.
0 commit comments