test(tui): skip crashing keymap textarea renderer
This commit is contained in:
parent
5661af2034
commit
02edad83b2
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = {
|
||||
id: "question-1",
|
||||
sessionID: "session-1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue