Fix full local gate on main

This commit is contained in:
Tak Hoffman
2026-03-14 15:51:21 -05:00
parent 678ea77dcf
commit e81442ac80
12 changed files with 31 additions and 47 deletions

View File

@@ -34,7 +34,6 @@ const {
loadOpenClawPlugins,
resetGlobalHookRunner,
} = await importFreshPluginTestModules();
const previousUmask = process.umask(0o022);
type TempPlugin = { dir: string; file: string; id: string };
@@ -300,7 +299,6 @@ afterAll(() => {
} catch {
// ignore cleanup failures
} finally {
process.umask(previousUmask);
cachedBundledTelegramDir = "";
cachedBundledMemoryDir = "";
}