From 8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 10 Mar 2025 19:26:40 +0100 Subject: [PATCH] DISABLED: add 313 for sectransp (move from GHA/macos) Closes #16660 --- .github/workflows/macos.yml | 4 ---- tests/data/DISABLED | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eb511c53a9..38d3508e6b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -320,10 +320,6 @@ jobs: export TFLAGS='-j20 ${{ matrix.build.tflags }}' if [ -z '${{ matrix.build.torture }}' ]; then TFLAGS+=' ~2037 ~2041' # flaky - if [[ '${{ matrix.build.configure }}' = *'--with-secure-transport'* || \ - '${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then - TFLAGS+=' ~313' # Secure Transport does not support crl file - fi fi source $HOME/venv/bin/activate rm -f $HOME/.curlrc diff --git a/tests/data/DISABLED b/tests/data/DISABLED index d80b43d04a..5c89255509 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -63,6 +63,10 @@ %if bearssl 313 %endif +# Secure Transport does not support CRL file +%if sectransp +313 +%endif %if WinIDN 165 %endif -- 2.47.3