From 6a7e2a8036303d1df4719e34b9b39b68942f0de9 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sat, 1 Feb 2025 14:15:16 -0800 Subject: [PATCH] temporarily disable chat tests --- web/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/playwright.config.ts b/web/playwright.config.ts index 265de6d1b..4ef137ccc 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", "**/current_assistant.spec.ts"], + testIgnore: ["**/codeUtils.test.ts", "**/chat/**"], }, ], });