Restore kitchen_sink test in the Lite E2E (#7904)

This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2024-04-02 23:43:59 +09:00 committed by GitHub
parent 6a4bf7abe2
commit 173c966866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ const lite = defineConfig(base, {
testMatch: [
"**/file_component_events.spec.ts",
"**/chatbot_multimodal.spec.ts",
// "**/kitchen_sink.spec.ts",
"**/kitchen_sink.spec.ts",
"**/gallery_component_events.spec.ts"
],
workers: 1,