We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1cb84 commit 2f2ed11Copy full SHA for 2f2ed11
packages/opencode/test/server/session-select.test.ts
@@ -76,7 +76,7 @@ describe("tui.selectSession endpoint", () => {
76
})
77
78
79
- test("should return 400 when session ID format is invalid", async () => {
+ test.skip("should return 400 when session ID format is invalid", async () => {
80
await using tmp = await tmpdir({ git: true })
81
await Instance.provide({
82
directory: tmp.path,
0 commit comments