mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
c03aaee550
This test has started failing when deployed to hosted environments, but it consistently is passing in `next start` tests. We could retry the on-demand revalidation and the test will pass, but we lose the value in the test. This instead temporarily disables it until it can be investigated upstream. [slack x-ref](https://vercel.slack.com/archives/C04KC8A53T7/p1757108995256419)