diff --git a/examples/e2e/app-router/e2e/ssr.test.ts b/examples/e2e/app-router/e2e/ssr.test.ts index c2156714..ec6f0bfe 100644 --- a/examples/e2e/app-router/e2e/ssr.test.ts +++ b/examples/e2e/app-router/e2e/ssr.test.ts @@ -28,7 +28,7 @@ test.skip("Server Side Render and loading.tsx", async ({ page }) => { } }); -test.skip("Fetch cache properly cached", async ({ page }) => { +test("Fetch cache properly cached", async ({ page }) => { await page.goto("/ssr"); const originalDate = await page.getByText("Cached fetch:").textContent(); await page.waitForTimeout(2000);