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()
46
46
public override Task InitializeAsync ( ) => base . InitializeAsync ( Guid . NewGuid ( ) . ToString ( ) ) ;
47
47
48
48
[ Fact ]
49
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33454" ) ]
49
50
public void CanSendAndReceiveBytes ( )
50
51
{
51
52
IssueRequest ( "/subdir/api/data" ) ;
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ await connection.Send(
252
252
253
253
[ Theory ]
254
254
[ MemberData ( nameof ( ConnectionMiddlewareData ) ) ]
255
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33455" ) ]
255
256
public async Task WritingToConnectionAfterUnobservedCloseTriggersRequestAbortedToken ( ListenOptions listenOptions )
256
257
{
257
258
const int connectionPausedEventId = 4 ;
You can’t perform that action at this time.
0 commit comments