Skip to content

Commit 3af7d4a

Browse files
committed
ci: try serial dynamic cms tests
1 parent 92ceb83 commit 3af7d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/dynamic-cms.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { expect } from '@playwright/test'
22
import { test } from '../utils/playwright-helpers.js'
33

44
test.describe('Dynamic CMS', () => {
5+
test.describe.configure({ mode: 'serial' })
6+
57
test.describe('Invalidates 404 pages from durable cache', () => {
68
// using postFix allows to rerun tests without having to redeploy the app because paths/keys will be unique for each test run
79
const postFix = Date.now()

0 commit comments

Comments
 (0)