@@ -1633,6 +1633,7 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
1633
1633
protected override Version UseVersion => HttpVersion . Version20 ;
1634
1634
}
1635
1635
1636
+ [ Collection ( nameof ( DisableParallelization ) ) ]
1636
1637
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
1637
1638
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
1638
1639
{
@@ -4025,34 +4026,43 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http2(ITestOutputH
4025
4026
protected override Version UseVersion => HttpVersion . Version20 ;
4026
4027
}
4027
4028
4029
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4028
4030
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4029
4031
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 : HttpClientHandlerTest
4030
4032
{
4031
4033
public SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4032
4034
protected override Version UseVersion => HttpVersion . Version30 ;
4033
4035
}
4034
4036
4037
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4035
4038
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4036
4039
public sealed class SocketsHttpHandlerTest_Cookies_Http3 : HttpClientHandlerTest_Cookies
4037
4040
{
4038
4041
public SocketsHttpHandlerTest_Cookies_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4039
4042
protected override Version UseVersion => HttpVersion . Version30 ;
4043
+
4044
+ [ Fact ]
4045
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91757" ) ]
4046
+ public override Task GetAsync_DefaultCoookieContainer_NoCookieSent ( ) { return null ! ; }
4040
4047
}
4041
4048
4049
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4042
4050
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4043
4051
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 : HttpClientHandlerTest_Headers
4044
4052
{
4045
4053
public SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4046
4054
protected override Version UseVersion => HttpVersion . Version30 ;
4047
4055
}
4048
4056
4057
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4049
4058
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4050
4059
public sealed class SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 : SocketsHttpHandler_Cancellation_Test
4051
4060
{
4052
4061
public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4053
4062
protected override Version UseVersion => HttpVersion . Version30 ;
4054
4063
}
4055
4064
4065
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4056
4066
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4057
4067
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/101376" ) ]
4058
4068
@@ -4062,6 +4072,7 @@ public SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3(ITestOutputHelper
4062
4072
protected override Version UseVersion => HttpVersion . Version30 ;
4063
4073
}
4064
4074
4075
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4065
4076
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4066
4077
public sealed class SocketsHttpHandler_HttpClientHandler_Finalization_Http3 : HttpClientHandler_Finalization_Test
4067
4078
{
@@ -4226,6 +4237,7 @@ public SocketsHttpHandler_RequestContentLengthMismatchTest_Http2(ITestOutputHelp
4226
4237
protected override Version UseVersion => HttpVersion . Version20 ;
4227
4238
}
4228
4239
4240
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4229
4241
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4230
4242
public sealed class SocketsHttpHandler_RequestContentLengthMismatchTest_Http3 : SocketsHttpHandler_RequestContentLengthMismatchTest
4231
4243
{
@@ -4402,6 +4414,7 @@ public SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http2(ITestOutputHelpe
4402
4414
protected override Version UseVersion => HttpVersion . Version20 ;
4403
4415
}
4404
4416
4417
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4405
4418
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4406
4419
public sealed class SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http3 : SocketsHttpHandler_SecurityTest
4407
4420
{
@@ -4530,6 +4543,7 @@ await Http11LoopbackServerFactory.Singleton.CreateClientAndServerAsync(async uri
4530
4543
}
4531
4544
}
4532
4545
4546
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4533
4547
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4534
4548
public sealed class SocketsHttpHandler_HttpRequestErrorTest_Http30 : SocketsHttpHandler_HttpRequestErrorTest
4535
4549
{
0 commit comments