diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9dc8589eb7..3babe434bc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -315,10 +315,6 @@ jobs: if [ -z '${{ matrix.build.torture }}' ]; then TFLAGS+=' ~2037 ~2041' # flaky if [[ '${{ matrix.compiler }}' = 'gcc'* ]]; then - if [[ -n '${{ matrix.build.configure }}' || \ - '${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then - TFLAGS+=' ~2100' # 2100:'HTTP GET using DoH' https://github.com/curl/curl/actions/runs/9942146678/job/27462937524#step:15:5059 - fi if [[ '${{ matrix.build.configure }}' = *'--with-secure-transport'* || \ '${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then TFLAGS+=' ~HTTP/2' # 2400 2401 2402 2403 2404 2406, Secure Transport + nghttp2