@@ -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
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91757" ) ]
1638
1639
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/101015" ) ]
@@ -4027,41 +4028,51 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http2(ITestOutputH
4027
4028
protected override Version UseVersion => HttpVersion . Version20 ;
4028
4029
}
4029
4030
4031
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4030
4032
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4031
4033
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 : HttpClientHandlerTest
4032
4034
{
4033
4035
public SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4034
4036
protected override Version UseVersion => HttpVersion . Version30 ;
4035
4037
}
4036
4038
4039
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4037
4040
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4038
4041
public sealed class SocketsHttpHandlerTest_Cookies_Http3 : HttpClientHandlerTest_Cookies
4039
4042
{
4040
4043
public SocketsHttpHandlerTest_Cookies_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4041
4044
protected override Version UseVersion => HttpVersion . Version30 ;
4045
+
4046
+ [ Fact ]
4047
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91757" ) ]
4048
+ public override Task GetAsync_DefaultCoookieContainer_NoCookieSent ( ) { return null ! ; }
4042
4049
}
4043
4050
4051
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4044
4052
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4045
4053
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 : HttpClientHandlerTest_Headers
4046
4054
{
4047
4055
public SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4048
4056
protected override Version UseVersion => HttpVersion . Version30 ;
4049
4057
}
4050
4058
4059
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4051
4060
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4052
4061
public sealed class SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 : SocketsHttpHandler_Cancellation_Test
4053
4062
{
4054
4063
public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4055
4064
protected override Version UseVersion => HttpVersion . Version30 ;
4056
4065
}
4057
4066
4067
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4058
4068
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4059
4069
public sealed class SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 : HttpClientHandler_AltSvc_Test
4060
4070
{
4061
4071
public SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
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