File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Components/test/E2ETest/Tests
Servers/Kestrel/test/FunctionalTests Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ protected override void InitializeAsyncCore()
4646 public override Task InitializeAsync ( ) => base . InitializeAsync ( Guid . NewGuid ( ) . ToString ( ) ) ;
4747
4848 [ Fact ]
49+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33454" ) ]
4950 public void CanSendAndReceiveBytes ( )
5051 {
5152 IssueRequest ( "/subdir/api/data" ) ;
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ await connection.Send(
252252
253253 [ Theory ]
254254 [ MemberData ( nameof ( ConnectionMiddlewareData ) ) ]
255+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33455" ) ]
255256 public async Task WritingToConnectionAfterUnobservedCloseTriggersRequestAbortedToken ( ListenOptions listenOptions )
256257 {
257258 const int connectionPausedEventId = 4 ;
You can’t perform that action at this time.
0 commit comments