diff --git a/src/plugins/loader.test.ts b/src/plugins/loader.test.ts index a1e25c0ea3e..151a1ddaf59 100644 --- a/src/plugins/loader.test.ts +++ b/src/plugins/loader.test.ts @@ -421,6 +421,7 @@ describe("bundle plugins", () => { }); it("treats bundle MCP as a supported bundle surface", () => { + useNoBundledPlugins(); const workspaceDir = makeTempDir(); const bundleRoot = path.join(workspaceDir, ".openclaw", "extensions", "claude-mcp"); mkdirSafe(path.join(bundleRoot, ".claude-plugin"));