]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: stop ignoring test 2100 with gcc
authorViktor Szakats <commit@vsz.me>
Thu, 6 Mar 2025 00:57:55 +0000 (01:57 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 6 Mar 2025 12:17:14 +0000 (13:17 +0100)
It runs fine now. Tested in all gcc-12 jobs after temporarly enabling
debug in them all (test 2100 requires debug-enabled).

Ref: c349bd668c91f2484ae21c0f361ddf497143093c #14097 (issue 15.)

Closes #16582

.github/workflows/macos.yml

index 9dc8589eb7c0304f5301839c23f341b2dcca92a5..3babe434bc266446789d26431e07e818b3746a33 100644 (file)
@@ -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