You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two App Router ISR invalidation tests timed out in PR #1754 CI, while unrelated checks passed. This looks flaky rather than related to the PR diff, which only touched AST helper utilities.
tests/app-router.test.ts:2785 - revalidateTag invalidates App Router ISR page entries by fetch tag
tests/app-router.test.ts:2812 - revalidatePath invalidates App Router ISR page entries by path tag
Failure snippet from the merged Vitest report:
Test Files 1 failed | 42 passed (43)
Tests 2 failed | 1538 passed | 2 skipped (1542)
Error: Test timed out in 30000ms.
at tests/app-router.test.ts:2785:3
Error: Test timed out in 30000ms.
at tests/app-router.test.ts:2812:3
Useful context:
Check passed on the same commit, including Knip.
Unit tests and integration shards 1/3 and 3/3 passed.
The failing tests both hit /revalidate-tag-test and then call /api/revalidate-tag or /api/revalidate-path, so the likely area is App Router dev server ISR/revalidation request lifecycle under CI timing/load.
Two App Router ISR invalidation tests timed out in PR #1754 CI, while unrelated checks passed. This looks flaky rather than related to the PR diff, which only touched AST helper utilities.
Failing run:
Timed out tests:
tests/app-router.test.ts:2785-revalidateTag invalidates App Router ISR page entries by fetch tagtests/app-router.test.ts:2812-revalidatePath invalidates App Router ISR page entries by path tagFailure snippet from the merged Vitest report:
Useful context:
Checkpassed on the same commit, including Knip./revalidate-tag-testand then call/api/revalidate-tagor/api/revalidate-path, so the likely area is App Router dev server ISR/revalidation request lifecycle under CI timing/load.