Skip to content

Commit 6f0a25c

Browse files
authored
chore: remove leftover comments (#396)
1 parent 1d0a7d0 commit 6f0a25c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/e2e/app-pages-router/e2e/isr.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { expect, test } from "@playwright/test";
22

3-
// ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
43
test("Incremental Static Regeneration", async ({ page }) => {
54
test.setTimeout(60000);
65
await page.goto("/");

examples/e2e/app-pages-router/e2e/pages_isr.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { expect, test } from "@playwright/test";
22

3-
// ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
43
test("Incremental Static Regeneration", async ({ page }) => {
54
test.setTimeout(60000);
65
await page.goto("/");

examples/e2e/pages-router/e2e/isr.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { expect, test } from "@playwright/test";
22

3-
// ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
43
test("Incremental Static Regeneration", async ({ page }) => {
54
test.setTimeout(45000);
65
await page.goto("/");

0 commit comments

Comments
 (0)