Viktor Szakats 2024-08-23 19:20:07 +02:00
parent 8aadb8308a
commit 4b791dca37
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -255,6 +255,7 @@ jobs:
- name: 'run tests'
run: |
export TFLAGS='${{ matrix.tflags }} -j10'
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
@ -386,6 +387,7 @@ jobs:
- name: 'cmake run tests'
run: |
export TFLAGS='${{ matrix.build.tflags }} -j10'
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