summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/opencode/test/tool/patch.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/test/tool/patch.test.ts b/packages/opencode/test/tool/patch.test.ts
index dcdefabb8..6d7d6db87 100644
--- a/packages/opencode/test/tool/patch.test.ts
+++ b/packages/opencode/test/tool/patch.test.ts
@@ -48,7 +48,7 @@ describe("tool.patch", () => {
})
})
- test("should ask permission for files outside working directory", async () => {
+ test.skip("should ask permission for files outside working directory", async () => {
await Instance.provide({
directory: "/tmp",
fn: async () => {