mirror of https://github.com/openclaw/openclaw.git
test: isolate telegram bot behavior suite from unit-fast lane
This commit is contained in:
parent
0b780789bc
commit
f1654b4ba2
|
|
@ -37,6 +37,8 @@ const unitIsolatedFilesRaw = [
|
|||
"src/hooks/install.test.ts",
|
||||
// Setup-heavy bot bootstrap suite.
|
||||
"src/telegram/bot.create-telegram-bot.test.ts",
|
||||
// Medium-heavy bot behavior suite; move off unit-fast critical path.
|
||||
"src/telegram/bot.test.ts",
|
||||
// Slack slash registration tests are setup-heavy and can bottleneck unit-fast.
|
||||
"src/slack/monitor/slash.test.ts",
|
||||
// Uses process-level unhandledRejection listeners; keep it off vmForks to avoid cross-file leakage.
|
||||
|
|
|
|||
Loading…
Reference in New Issue