mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
a777ebcfae
- ISR prerenders can take a moment to propagate in `deploy`, longer than in `start`, so do a retry loop that waits for the fallback to go away before running tests that need it - ISR fallbacks are only upgraded when using adapters, skip the tests that care about those if using legacy deploy bc they'll fail otherwise