mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-20 20:00:29 +00:00
The test calls out to a web service which may be down or unreachable as seen in the linked issue. It's better for tests to not have such external dependencies to make them absolutely stable. Fixes: https://github.com/go-gitea/gitea/issues/35571