@@ -1633,7 +1633,6 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
1633
1633
protected override Version UseVersion => HttpVersion . Version20 ;
1634
1634
}
1635
1635
1636
- [ Collection ( nameof ( DisableParallelization ) ) ]
1637
1636
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
1638
1637
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
1639
1638
{
@@ -4026,51 +4025,41 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http2(ITestOutputH
4026
4025
protected override Version UseVersion => HttpVersion . Version20 ;
4027
4026
}
4028
4027
4029
- [ Collection ( nameof ( DisableParallelization ) ) ]
4030
4028
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4031
4029
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 : HttpClientHandlerTest
4032
4030
{
4033
4031
public SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4034
4032
protected override Version UseVersion => HttpVersion . Version30 ;
4035
4033
}
4036
4034
4037
- [ Collection ( nameof ( DisableParallelization ) ) ]
4038
4035
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4039
4036
public sealed class SocketsHttpHandlerTest_Cookies_Http3 : HttpClientHandlerTest_Cookies
4040
4037
{
4041
4038
public SocketsHttpHandlerTest_Cookies_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4042
4039
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 ! ; }
4047
4040
}
4048
4041
4049
- [ Collection ( nameof ( DisableParallelization ) ) ]
4050
4042
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4051
4043
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 : HttpClientHandlerTest_Headers
4052
4044
{
4053
4045
public SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4054
4046
protected override Version UseVersion => HttpVersion . Version30 ;
4055
4047
}
4056
4048
4057
- [ Collection ( nameof ( DisableParallelization ) ) ]
4058
4049
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4059
4050
public sealed class SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 : SocketsHttpHandler_Cancellation_Test
4060
4051
{
4061
4052
public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4062
4053
protected override Version UseVersion => HttpVersion . Version30 ;
4063
4054
}
4064
4055
4065
- [ Collection ( nameof ( DisableParallelization ) ) ]
4066
4056
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4067
4057
public sealed class SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 : HttpClientHandler_AltSvc_Test
4068
4058
{
4069
4059
public SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4070
4060
protected override Version UseVersion => HttpVersion . Version30 ;
4071
4061
}
4072
4062
4073
- [ Collection ( nameof ( DisableParallelization ) ) ]
4074
4063
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4075
4064
public sealed class SocketsHttpHandler_HttpClientHandler_Finalization_Http3 : HttpClientHandler_Finalization_Test
4076
4065
{
@@ -4235,7 +4224,6 @@ public SocketsHttpHandler_RequestContentLengthMismatchTest_Http2(ITestOutputHelp
4235
4224
protected override Version UseVersion => HttpVersion . Version20 ;
4236
4225
}
4237
4226
4238
- [ Collection ( nameof ( DisableParallelization ) ) ]
4239
4227
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4240
4228
public sealed class SocketsHttpHandler_RequestContentLengthMismatchTest_Http3 : SocketsHttpHandler_RequestContentLengthMismatchTest
4241
4229
{
@@ -4412,7 +4400,6 @@ public SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http2(ITestOutputHelpe
4412
4400
protected override Version UseVersion => HttpVersion . Version20 ;
4413
4401
}
4414
4402
4415
- [ Collection ( nameof ( DisableParallelization ) ) ]
4416
4403
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4417
4404
public sealed class SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http3 : SocketsHttpHandler_SecurityTest
4418
4405
{
@@ -4541,7 +4528,6 @@ await Http11LoopbackServerFactory.Singleton.CreateClientAndServerAsync(async uri
4541
4528
}
4542
4529
}
4543
4530
4544
- [ Collection ( nameof ( DisableParallelization ) ) ]
4545
4531
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4546
4532
public sealed class SocketsHttpHandler_HttpRequestErrorTest_Http30 : SocketsHttpHandler_HttpRequestErrorTest
4547
4533
{
0 commit comments