File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,6 @@ await connection.Send(
789
789
790
790
[ Theory ]
791
791
[ MemberData ( nameof ( ConnectionMiddlewareData ) ) ]
792
- [ QuarantinedTest ]
793
792
public async Task AppCanHandleClientAbortingConnectionMidRequest ( ListenOptions listenOptions )
794
793
{
795
794
var readTcs = new TaskCompletionSource < object > ( TaskCreationOptions . RunContinuationsAsynchronously ) ;
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ public async Task RejectsConnectionsWhenLimitReached()
142
142
}
143
143
144
144
[ Fact ]
145
- [ QuarantinedTest ( "https://github.com/aspnet/KestrelHttpServer/issues/2282" ) ]
146
145
public async Task ConnectionCountingReturnsToZero ( )
147
146
{
148
147
const int count = 100 ;
Original file line number Diff line number Diff line change @@ -914,7 +914,6 @@ await InitializeConnectionAsync(async context =>
914
914
}
915
915
916
916
[ Fact ]
917
- [ QuarantinedTest ]
918
917
public async Task ContentLength_Received_MultipleDataFramesUnderSize_Reset ( )
919
918
{
920
919
IOException thrownEx = null ;
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ public async Task EmptyRequestLoggedAsDebug()
143
143
}
144
144
145
145
[ Fact ]
146
- [ QuarantinedTest ]
147
146
public async Task ClientHandshakeFailureLoggedAsDebug ( )
148
147
{
149
148
var loggerProvider = new HandshakeErrorLoggerProvider ( ) ;
Original file line number Diff line number Diff line change @@ -1049,7 +1049,6 @@ await connection.ReceiveEnd(
1049
1049
}
1050
1050
1051
1051
[ Fact ]
1052
- [ QuarantinedTest ]
1053
1052
public async Task ContentLengthReadAsyncSingleBytesAtATime ( )
1054
1053
{
1055
1054
var testContext = new TestServiceContext ( LoggerFactory ) ;
You can’t perform that action at this time.
0 commit comments