GHA: enable the RTSP tests on macOS gcc-12

This commit is contained in:
Daniel Stenberg 2025-02-25 23:22:29 +01:00
parent 2ec00372a1
commit 71f190cbbc
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -313,7 +313,6 @@ jobs:
if [ -z '${{ matrix.build.torture }}' ]; then
TFLAGS+=' ~2037 ~2041' # flaky
if [[ '${{ matrix.compiler }}' = 'gcc'* ]]; then
TFLAGS+=' ~RTSP' # 567 568 569 570 571 572 577 689 3100
TFLAGS+=' ~1156 ~1539' # HTTP Content-Range, Content-Length
if [[ -n '${{ matrix.build.configure }}' || \
'${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then