mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 06:31:48 +00:00
The Patch Test job intermittently failed on the "Download erpnext v14 backup" step with HTTP 403 Forbidden: frappe.io sits behind Cloudflare, and wget's default User-Agent gets flagged by bot protection on cache misses. This caused random failures across PRs that only a re-run would clear. Pull the fixed baseline from the v14-baseline GitHub release using the built-in token instead. Release assets are served from GitHub's CDN and authenticated from the runner, so no rate-limit roulette. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>