temporarily disable chat tests

This commit is contained in:
pablodanswer 2025-02-01 14:15:16 -08:00
parent 035f83c464
commit 6a7e2a8036

View File

@ -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/**"],
},
],
});