From d58745156e1adb5b6f9f4866c11c23591ce122e5 Mon Sep 17 00:00:00 2001 From: Korolev Dmitry Date: Mon, 24 Feb 2025 20:59:27 +0100 Subject: [PATCH] remove idna (tmp) --- build/trend-scenarios.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/build/trend-scenarios.yml b/build/trend-scenarios.yml index 60c1ac6e5..79ad9b03e 100644 --- a/build/trend-scenarios.yml +++ b/build/trend-scenarios.yml @@ -120,26 +120,6 @@ parameters: - displayName: "Kestrel Linux: TLS Renegotiation" arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=KestrelTLSRenegotiation --application.options.requiredOperatingSystem linux -# TLS (IDNA Relay) - - - displayName: "[IDNA] HttpSys Windows: TLS Handshakes" - arguments: --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows - - - displayName: "[IDNA] HttpSys Windows: mTLS Handshakes" - arguments: --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows - - - displayName: "[IDNA] HttpSys Windows: TLS Renegotiation" - arguments: --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows - - - displayName: "[IDNA] Kestrel Linux: TLS Handshakes" - arguments: --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux - - - displayName: "[IDNA] Kestrel Linux: mTLS Handshakes" - arguments: --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux - - - displayName: "[IDNA] Kestrel Linux: TLS Renegotiation" - arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux - # Rejection - displayName: "HttpSys Windows: Encoded URL symbols"