@@ -4024,47 +4024,41 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http2(ITestOutputH
4024
4024
protected override Version UseVersion => HttpVersion . Version20 ;
4025
4025
}
4026
4026
4027
- [ Collection ( nameof ( DisableParallelization ) ) ]
4028
4027
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4029
4028
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 : HttpClientHandlerTest
4030
4029
{
4031
4030
public SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4032
4031
protected override Version UseVersion => HttpVersion . Version30 ;
4033
4032
}
4034
4033
4035
- [ Collection ( nameof ( DisableParallelization ) ) ]
4036
4034
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4037
4035
public sealed class SocketsHttpHandlerTest_Cookies_Http3 : HttpClientHandlerTest_Cookies
4038
4036
{
4039
4037
public SocketsHttpHandlerTest_Cookies_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4040
4038
protected override Version UseVersion => HttpVersion . Version30 ;
4041
4039
}
4042
4040
4043
- [ Collection ( nameof ( DisableParallelization ) ) ]
4044
4041
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4045
4042
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 : HttpClientHandlerTest_Headers
4046
4043
{
4047
4044
public SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4048
4045
protected override Version UseVersion => HttpVersion . Version30 ;
4049
4046
}
4050
4047
4051
- [ Collection ( nameof ( DisableParallelization ) ) ]
4052
4048
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4053
4049
public sealed class SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 : SocketsHttpHandler_Cancellation_Test
4054
4050
{
4055
4051
public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4056
4052
protected override Version UseVersion => HttpVersion . Version30 ;
4057
4053
}
4058
4054
4059
- [ Collection ( nameof ( DisableParallelization ) ) ]
4060
4055
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4061
4056
public sealed class SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 : HttpClientHandler_AltSvc_Test
4062
4057
{
4063
4058
public SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4064
4059
protected override Version UseVersion => HttpVersion . Version30 ;
4065
4060
}
4066
4061
4067
- [ Collection ( nameof ( DisableParallelization ) ) ]
4068
4062
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4069
4063
public sealed class SocketsHttpHandler_HttpClientHandler_Finalization_Http3 : HttpClientHandler_Finalization_Test
4070
4064
{
@@ -4328,7 +4322,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(
4328
4322
} ;
4329
4323
4330
4324
policy . ExtraStore . AddRange ( caCerts ) ;
4331
- policy . CustomTrustStore . Add ( caCerts [ caCerts . Count - 1 ] ) ;
4325
+ policy . CustomTrustStore . Add ( caCerts [ caCerts . Count - 1 ] ) ;
4332
4326
socketsHandler . SslOptions = new SslClientAuthenticationOptions ( ) { CertificateChainPolicy = policy } ;
4333
4327
4334
4328
using HttpClient client = CreateHttpClient ( handler ) ;
@@ -4490,7 +4484,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>
4490
4484
options : new GenericLoopbackOptions ( ) { UseSsl = true } ) ;
4491
4485
}
4492
4486
4493
-
4487
+
4494
4488
}
4495
4489
4496
4490
public sealed class SocketsHttpHandler_HttpRequestErrorTest_Http11 : SocketsHttpHandler_HttpRequestErrorTest
@@ -4533,7 +4527,6 @@ await Http11LoopbackServerFactory.Singleton.CreateClientAndServerAsync(async uri
4533
4527
}
4534
4528
}
4535
4529
4536
- [ Collection ( nameof ( DisableParallelization ) ) ]
4537
4530
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4538
4531
public sealed class SocketsHttpHandler_HttpRequestErrorTest_Http30 : SocketsHttpHandler_HttpRequestErrorTest
4539
4532
{
0 commit comments