diff --git a/tests/playwright-test/playwright.ct-build.spec.ts b/tests/playwright-test/playwright.ct-build.spec.ts index 1e3ab5d6e6..0a6f3d3583 100644 --- a/tests/playwright-test/playwright.ct-build.spec.ts +++ b/tests/playwright-test/playwright.ct-build.spec.ts @@ -202,6 +202,8 @@ test('should extract component list', async ({ runInlineTest }, testInfo) => { }); test('should cache build', async ({ runInlineTest }, testInfo) => { + test.slow(); + await test.step('original test', async () => { const result = await runInlineTest({ 'playwright/index.html': ``,