]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: enable the RTSP tests on macOS gcc-12
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Feb 2025 22:22:29 +0000 (23:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Feb 2025 06:58:54 +0000 (07:58 +0100)
.github/workflows/macos.yml

index 917e984a756045705e63b7d9cecf8da27a4aa3c4..2fb9583f4d4d72f1937a9f91d3ce3dacf790557c 100644 (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