GHA/macos: ignore flaky tests 2041 and 2037
- FAIL 2037: 'simple HTTPS GET with PEM public key pinning' HTTPS, HTTP GET, PEM certificate
https://github.com/curl/curl/actions/runs/10529314166/job/29176801513?pr=14658
- FAIL 2041: 'simple HTTPS GET with base64-sha256 public key pinning' HTTPS, HTTP GET, PEM certificate
https://github.com/curl/curl/actions/runs/10529181645/job/29176408976#step:16:4363
https://github.com/curl/curl/actions/runs/10529019749/job/29175882809#step:13:5235
https://github.com/curl/curl/actions/runs/10528920874/job/29175559070#step:16:4363
https://github.com/curl/curl/actions/runs/10528759817/job/29175043048#step:16:4274
https://github.com/curl/curl/actions/runs/10525250422/job/29163662307#step:16:4366
https://github.com/curl/curl/actions/runs/10525250422/job/29163662602#step:13:3569
Happened with cmake, autotools, gcc, clang and various TLS backends.
Follow-up to fa461b4eff #14486
Closes #14667
This commit is contained in:
parent
8aadb8308a
commit
4b791dca37
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user