@@ -292,6 +292,7 @@ public SocketsHttpHandler_DiagnosticsTest_Http2(ITestOutputHelper output) : base
292
292
protected override Version UseVersion => HttpVersion . Version20 ;
293
293
}
294
294
295
+ [ Collection ( nameof ( DisableParallelization ) ) ]
295
296
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
296
297
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
297
298
public sealed class SocketsHttpHandler_DiagnosticsTest_Http3 : DiagnosticsTest
@@ -1710,6 +1711,7 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
1710
1711
protected override Version UseVersion => HttpVersion . Version20 ;
1711
1712
}
1712
1713
1714
+ [ Collection ( nameof ( DisableParallelization ) ) ]
1713
1715
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
1714
1716
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
1715
1717
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
@@ -4090,6 +4092,7 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http2(ITestOutputH
4090
4092
protected override Version UseVersion => HttpVersion . Version20 ;
4091
4093
}
4092
4094
4095
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4093
4096
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4094
4097
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4095
4098
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 : HttpClientHandlerTest
@@ -4098,6 +4101,7 @@ public SocketsHttpHandlerTest_HttpClientHandlerTest_Http3(ITestOutputHelper outp
4098
4101
protected override Version UseVersion => HttpVersion . Version30 ;
4099
4102
}
4100
4103
4104
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4101
4105
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4102
4106
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4103
4107
public sealed class SocketsHttpHandlerTest_Cookies_Http3 : HttpClientHandlerTest_Cookies
@@ -4106,6 +4110,7 @@ public SocketsHttpHandlerTest_Cookies_Http3(ITestOutputHelper output) : base(out
4106
4110
protected override Version UseVersion => HttpVersion . Version30 ;
4107
4111
}
4108
4112
4113
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4109
4114
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4110
4115
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4111
4116
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 : HttpClientHandlerTest_Headers
@@ -4114,6 +4119,7 @@ public SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3(ITestOutputHel
4114
4119
protected override Version UseVersion => HttpVersion . Version30 ;
4115
4120
}
4116
4121
4122
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4117
4123
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4118
4124
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4119
4125
public sealed class SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 : SocketsHttpHandler_Cancellation_Test
@@ -4122,6 +4128,7 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3(ITestOutputH
4122
4128
protected override Version UseVersion => HttpVersion . Version30 ;
4123
4129
}
4124
4130
4131
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4125
4132
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4126
4133
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4127
4134
public sealed class SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 : HttpClientHandler_AltSvc_Test
@@ -4130,6 +4137,7 @@ public SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3(ITestOutputHelper
4130
4137
protected override Version UseVersion => HttpVersion . Version30 ;
4131
4138
}
4132
4139
4140
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4133
4141
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4134
4142
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4135
4143
public sealed class SocketsHttpHandler_HttpClientHandler_Finalization_Http3 : HttpClientHandler_Finalization_Test
@@ -4288,6 +4296,7 @@ public SocketsHttpHandler_RequestContentLengthMismatchTest_Http2(ITestOutputHelp
4288
4296
protected override Version UseVersion => HttpVersion . Version20 ;
4289
4297
}
4290
4298
4299
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4291
4300
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4292
4301
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4293
4302
public sealed class SocketsHttpHandler_RequestContentLengthMismatchTest_Http3 : SocketsHttpHandler_RequestContentLengthMismatchTest
@@ -4465,6 +4474,7 @@ public SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http2(ITestOutputHelpe
4465
4474
protected override Version UseVersion => HttpVersion . Version20 ;
4466
4475
}
4467
4476
4477
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4468
4478
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4469
4479
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4470
4480
public sealed class SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http3 : SocketsHttpHandler_SecurityTest
@@ -4594,6 +4604,7 @@ await Http11LoopbackServerFactory.Singleton.CreateClientAndServerAsync(async uri
4594
4604
}
4595
4605
}
4596
4606
4607
+ [ Collection ( nameof ( DisableParallelization ) ) ]
4597
4608
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4598
4609
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4599
4610
public sealed class SocketsHttpHandler_HttpRequestErrorTest_Http30 : SocketsHttpHandler_HttpRequestErrorTest
0 commit comments