Skip to content

Commit 0ce3c1a

Browse files
committed
test(web): remove per-spec skip; rely on CI job disabled for Playwright. Local e2e remain runnable and can be re-enabled in separate workflow.
1 parent ea5c241 commit 0ce3c1a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

web/src/__tests__/e2e/store-hydration.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import { test, expect } from '@playwright/test'
2-
// Skip e2e in default CI to reduce latency. Consider enabling
3-
// in a non-latency-sensitive workflow or on-demand nightly runs.
4-
test.describe.configure({ mode: 'skip' })
52

63
test('store hydrates agents via client fetch when SSR is empty', async ({ page }) => {
74
const agents = [

web/src/__tests__/e2e/store-ssr.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import { test, expect } from '@playwright/test'
2-
// Skip e2e in default CI to reduce latency. Consider enabling
3-
// in a non-latency-sensitive workflow or on-demand nightly runs.
4-
test.describe.configure({ mode: 'skip' })
52

63
// Disable JS to validate pure SSR HTML
74
test.use({ javaScriptEnabled: false })

0 commit comments

Comments
 (0)