Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: work around a problem with HTTP/2 vs libcurl v8.10.0 (#5165)
This patch implements a work-around, basically for the sake of Git for Windows v2.46.2's CI build: The `macos-13` runner images still reference libcurl v8.10.0, which has a known flaw that breaks t5559.30. Let's detect this situation and skip that test case in that case. While at it, also backport the work-around for a flaky test case (t5512.40 "helper with refspec capability fails gracefully"). This fixes #5159.
- Loading branch information