mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 14:51:10 +00:00
fix(test): drop deleted runner.credentials test from unit-fast forced list
src/node-host/runner.credentials.test.ts was removed in 4dff4e95b1
(#107270) but stayed in forcedUnitFastTestFiles, breaking
test/vitest-unit-fast-config.test.ts on every branch.
This commit is contained in:
@@ -129,7 +129,6 @@ export const forcedUnitFastTestFiles = [
|
||||
"src/music-generation/runtime.test.ts",
|
||||
"src/mcp/channel-server.shutdown-unhandled-rejection.test.ts",
|
||||
"src/mcp/openclaw-tools-serve.test.ts",
|
||||
"src/node-host/runner.credentials.test.ts",
|
||||
"src/node-host/plugin-node-host.test.ts",
|
||||
"src/node-host/invoke-system-run-plan.test.ts",
|
||||
"src/node-host/invoke-system-run.test.ts",
|
||||
|
||||
Reference in New Issue
Block a user