File tree 2 files changed +2
-0
lines changed
Interop.FunctionalTests/Http3
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ public async Task GracefulShutdownWaitsForRequestsToFinish()
103
103
}
104
104
105
105
[ ConditionalFact ]
106
+ [ QuarantinedTest ( "https://git.1-hub.cndotnet/aspnetcore/issues/39986" ) ]
106
107
public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish ( )
107
108
{
108
109
var requestStarted = new TaskCompletionSource ( TaskCreationOptions . RunContinuationsAsynchronously ) ;
Original file line number Diff line number Diff line change @@ -1470,6 +1470,7 @@ public async Task GET_ConnectionInfo_PropertiesSet()
1470
1470
[ MsQuicSupported ]
1471
1471
[ InlineData ( HttpProtocols . Http3 ) ]
1472
1472
[ InlineData ( HttpProtocols . Http2 ) ]
1473
+ [ QuarantinedTest ( "https://git.1-hub.cndotnet/aspnetcore/issues/39985" ) ]
1473
1474
public async Task GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout ( HttpProtocols protocol )
1474
1475
{
1475
1476
// Arrange
You can’t perform that action at this time.
0 commit comments