perf(test): skip sandbox prune in context smoke · openclaw/openclaw@3e834f2
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -107,7 +107,12 @@ describe("resolveSandboxContext", () => {
|
107 | 107 | const cfg: OpenClawConfig = { |
108 | 108 | agents: { |
109 | 109 | defaults: { |
110 | | -sandbox: { mode: "all", backend: "test-backend", scope: "session" }, |
| 110 | +sandbox: { |
| 111 | +mode: "all", |
| 112 | +backend: "test-backend", |
| 113 | +scope: "session", |
| 114 | +prune: { idleHours: 0, maxAgeDays: 0 }, |
| 115 | +}, |
111 | 116 | }, |
112 | 117 | }, |
113 | 118 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。