diff --git a/packages/opencode/test/fixture/fixture.ts b/packages/opencode/test/fixture/fixture.ts index a1b534046..31cf0ae99 100644 --- a/packages/opencode/test/fixture/fixture.ts +++ b/packages/opencode/test/fixture/fixture.ts @@ -25,7 +25,7 @@ export async function tmpdir(options?: TmpDirOptions) { const result = { [Symbol.asyncDispose]: async () => { await options?.dispose?.(dirpath) - await fs.rm(dirpath, { recursive: true, force: true }) + // await fs.rm(dirpath, { recursive: true, force: true }) }, path: realpath, extra: extra as T,