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()
148
148
}
149
149
150
150
[ ConditionalFact ]
151
+ [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2415" , FlakyOn . All ) ]
151
152
public void Server_MultipleOutstandingSyncRequests_Success ( )
152
153
{
153
154
int requestLimit = 10 ;
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ public async Task GracefulShutdownWaitsForRequestsToFinish()
102
102
}
103
103
104
104
[ ConditionalFact ]
105
+ [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2667" , FlakyOn . All ) ]
105
106
public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish ( )
106
107
{
107
108
var requestStarted = new TaskCompletionSource < object > ( TaskCreationOptions . RunContinuationsAsynchronously ) ;
You can’t perform that action at this time.
0 commit comments