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