diff --git a/web/playwright.config.ts b/web/playwright.config.ts index fb81b9ab8b..265de6d1b0 100644 --- a/web/playwright.config.ts +++ b/web/playwright.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ viewport: { width: 1280, height: 720 }, storageState: "admin_auth.json", }, - testIgnore: ["**/codeUtils.test.ts"], + testIgnore: ["**/codeUtils.test.ts", "**/current_assistant.spec.ts"], }, ], });