File tree 2 files changed +0
-6
lines changed
src/Servers/Kestrel/test/FunctionalTests
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,6 @@ public async Task AbortingTheConnectionSendsFIN()
524
524
525
525
[ Theory ]
526
526
[ MemberData ( nameof ( ConnectionMiddlewareDataName ) ) ]
527
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23043" ) ]
528
527
public async Task ConnectionClosedTokenFiresOnClientFIN ( string listenOptionsName )
529
528
{
530
529
var testContext = new TestServiceContext ( LoggerFactory ) ;
@@ -560,7 +559,6 @@ await connection.Send(
560
559
561
560
[ Theory ]
562
561
[ MemberData ( nameof ( ConnectionMiddlewareDataName ) ) ]
563
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/37750" ) ]
564
562
public async Task ConnectionClosedTokenFiresOnServerFIN ( string listenOptionsName )
565
563
{
566
564
var testContext = new TestServiceContext ( LoggerFactory ) ;
@@ -597,7 +595,6 @@ await connection.ReceiveEnd($"HTTP/1.1 200 OK",
597
595
598
596
[ Theory ]
599
597
[ MemberData ( nameof ( ConnectionMiddlewareDataName ) ) ]
600
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/35686" ) ]
601
598
public async Task ConnectionClosedTokenFiresOnServerAbort ( string listenOptionsName )
602
599
{
603
600
var testContext = new TestServiceContext ( LoggerFactory ) ;
Original file line number Diff line number Diff line change @@ -257,7 +257,6 @@ await connection.Send(
257
257
258
258
[ Theory ]
259
259
[ MemberData ( nameof ( ConnectionMiddlewareData ) ) ]
260
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33455" ) ]
261
260
public async Task WritingToConnectionAfterUnobservedCloseTriggersRequestAbortedToken ( ListenOptions listenOptions )
262
261
{
263
262
const int connectionPausedEventId = 4 ;
@@ -825,8 +824,6 @@ await connection.Receive(
825
824
}
826
825
827
826
[ Fact ]
828
- [ CollectDump ]
829
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/26306" ) ]
830
827
public async Task ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseHeaders ( )
831
828
{
832
829
var headerSize = 1024 * 1024 ; // 1 MB for each header value
You can’t perform that action at this time.
0 commit comments