@@ -532,7 +532,7 @@ void ConfigureListenOptions(ListenOptions listenOptions)
532
532
[ InlineData ( HttpProtocols . Http1 ) ]
533
533
[ InlineData ( HttpProtocols . Http1AndHttp2 ) ] // Make sure turning on Http/2 doesn't regress HTTP/1
534
534
[ OSSkipCondition ( OperatingSystems . MacOSX , SkipReason = "Missing platform support." ) ]
535
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . RedhatAmd64 ) ] // Outdated OpenSSL client
535
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . CentosAmd64 ) ] // Outdated OpenSSL client
536
536
public async Task CanRenegotiateForClientCertificate ( HttpProtocols httpProtocols )
537
537
{
538
538
void ConfigureListenOptions ( ListenOptions listenOptions )
@@ -615,7 +615,7 @@ void ConfigureListenOptions(ListenOptions listenOptions)
615
615
616
616
[ ConditionalFact ]
617
617
[ OSSkipCondition ( OperatingSystems . MacOSX , SkipReason = "Missing platform support." ) ]
618
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . RedhatAmd64 ) ] // Outdated OpenSSL client
618
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . CentosAmd64 ) ] // Outdated OpenSSL client
619
619
public async Task CanRenegotiateForTlsCallbackOptions ( )
620
620
{
621
621
void ConfigureListenOptions ( ListenOptions listenOptions )
@@ -663,7 +663,7 @@ void ConfigureListenOptions(ListenOptions listenOptions)
663
663
664
664
[ ConditionalFact ]
665
665
[ OSSkipCondition ( OperatingSystems . MacOSX , SkipReason = "Missing platform support." ) ]
666
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . RedhatAmd64 ) ] // Outdated OpenSSL client
666
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . CentosAmd64 ) ] // Outdated OpenSSL client
667
667
public async Task CanRenegotiateForClientCertificateOnHttp1CanReturnNoCert ( )
668
668
{
669
669
void ConfigureListenOptions ( ListenOptions listenOptions )
@@ -714,7 +714,7 @@ void ConfigureListenOptions(ListenOptions listenOptions)
714
714
// TLS 1.2 and lower have to renegotiate the whole connection to get a client cert, and if that hits an error
715
715
// then the connection is aborted.
716
716
[ OSSkipCondition ( OperatingSystems . MacOSX , SkipReason = "Missing platform support." ) ]
717
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . RedhatAmd64 ) ] // Outdated OpenSSL client
717
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . CentosAmd64 ) ] // Outdated OpenSSL client
718
718
public async Task RenegotiateForClientCertificateOnPostWithoutBufferingThrows_TLS12 ( )
719
719
{
720
720
void ConfigureListenOptions ( ListenOptions listenOptions )
@@ -760,7 +760,7 @@ void ConfigureListenOptions(ListenOptions listenOptions)
760
760
// for this error.
761
761
[ MinimumOSVersion ( OperatingSystems . Windows , "10.0.20145" ) ] // Needs a preview version with TLS 1.3 enabled.
762
762
[ OSSkipCondition ( OperatingSystems . MacOSX | OperatingSystems . Linux , SkipReason = "https://github.com/dotnet/runtime/issues/55757" ) ]
763
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . RedhatAmd64 ) ] // Outdated OpenSSL client
763
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . CentosAmd64 ) ] // Outdated OpenSSL client
764
764
public async Task RenegotiateForClientCertificateOnPostWithoutBufferingThrows_TLS13 ( )
765
765
{
766
766
void ConfigureListenOptions ( ListenOptions listenOptions )
@@ -897,7 +897,7 @@ await stream.AuthenticateAsClientAsync(new SslClientAuthenticationOptions()
897
897
898
898
[ ConditionalFact ]
899
899
[ OSSkipCondition ( OperatingSystems . MacOSX , SkipReason = "Missing platform support." ) ]
900
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . RedhatAmd64 ) ] // Outdated OpenSSL client
900
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/33566#issuecomment-892031659" , Queues = HelixConstants . CentosAmd64 ) ] // Outdated OpenSSL client
901
901
public async Task CanRenegotiateForClientCertificateOnPostIfDrained ( )
902
902
{
903
903
void ConfigureListenOptions ( ListenOptions listenOptions )
0 commit comments