Skip to content

Commit e13e932

Browse files
committed
run revalidation tests in parallel
1 parent 76d9e12 commit e13e932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/on-demand-app.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ test.describe('app router on-demand revalidation (pre Next 16 APIs)', () => {
196196

197197
if (nextVersionSatisfies('>=16.0.0-alpha.0')) {
198198
test.describe('app router on-demand revalidation (Next 16 APIs)', () => {
199+
test.describe.configure({ mode: 'parallel' })
200+
199201
for (const { label, prerendered, pagePathSuffix, tagSuffix, expectedH1Content } of [
200202
{
201203
label: 'prerendered page with static path',

0 commit comments

Comments
 (0)