From 7183bec8fe7b4efcae3b0354dc5bf6de54384190 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 6 Jul 2026 11:24:31 +0200 Subject: [PATCH] GHA/macos: ignore test 311 results for Homebrew wolfSSL Homebrew is distributing v5.9.2 at the time of this commit, which contains known regression failing to parse the server certificate. The fix has been merged upstream. Till it makes it into a release and Homebrew, ignore test results for 311. Refs: https://github.com/wolfSSL/wolfssl/pull/10793 https://github.com/wolfSSL/wolfssl/commit/7dd269fc52228cbc854b9f0ed8c3938b95d8a2c8 Follow-up to 03f9751585112cdc3c5f0a370217f08c05782de9 #22204 #22175 #22160 Closes #22269 --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 21e2617c93..8e8af395fb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -343,6 +343,7 @@ jobs: install: brotli wolfssl zstd install_steps: pytest generate: -DCURL_USE_WOLFSSL=ON -DCURL_DISABLE_LDAP=ON -DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON + tflags: '~311' # fails on wolfSSL v5.9.2, fixed in upcoming release - name: 'mbedTLS !ldap brotli zstd MultiSSL AppleIDN' compiler: llvm@18