Skip to content

Commit 859697c

Browse files
authored
Merge branch 'dev' into image-handling
2 parents 065ecfd + 6fea017 commit 859697c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/test/server/httpapi-sync.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe("sync HttpApi", () => {
122122
}
123123
})
124124

125-
test("returns structured validation errors", async () => {
125+
test.todo("returns structured validation errors", async () => {
126126
await using tmp = await tmpdir({ git: true, config: { formatter: false, lsp: false } })
127127
const response = await ExperimentalHttpApiServer.webHandler().handler(
128128
new Request(`http://localhost${SyncPaths.history}`, {

0 commit comments

Comments
 (0)