mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-02 06:16:48 +02:00
test(tui): skip crashing keymap textarea renderer
This commit is contained in:
@@ -593,7 +593,9 @@ test("direct question body separates single-select checkmark from label", async
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
test("direct custom answer submits through keymap return binding", async () => {
|
// OpenTUI currently segfaults while tearing down this textarea-backed keymap renderer.
|
||||||
|
// Re-enable after the runtime fix.
|
||||||
|
test.skip("direct custom answer submits through keymap return binding", async () => {
|
||||||
const question = {
|
const question = {
|
||||||
id: "question-1",
|
id: "question-1",
|
||||||
sessionID: "session-1",
|
sessionID: "session-1",
|
||||||
|
|||||||
Reference in New Issue
Block a user