test: drop stale Docker plugin deps guard · openclaw/openclaw@ed97d62
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -614,11 +614,4 @@ describe("scripts/docker/setup.sh", () => {
|
614 | 614 | const compose = await readFile(join(repoRoot, "docker-compose.yml"), "utf8"); |
615 | 615 | expect(compose.match(/TZ: \$\{OPENCLAW_TZ:-UTC\}/g)).toHaveLength(2); |
616 | 616 | }); |
617 | | - |
618 | | -it("does not create a Docker-managed bundled plugin runtime-deps volume", async () => { |
619 | | -const compose = await readFile(join(repoRoot, "docker-compose.yml"), "utf8"); |
620 | | -expect(compose).not.toContain("OPENCLAW_PLUGIN_STAGE_DIR"); |
621 | | -expect(compose).not.toContain("openclaw-plugin-runtime-deps"); |
622 | | -expect(compose).not.toContain("/var/lib/openclaw/plugin-runtime-deps"); |
623 | | -}); |
624 | 617 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。