From 02edad83b2833ad5535146349f09d2bb0a65af9a Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 31 May 2026 12:06:03 -0400 Subject: [PATCH] test(tui): skip crashing keymap textarea renderer --- packages/opencode/test/cli/run/footer.view.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/opencode/test/cli/run/footer.view.test.tsx b/packages/opencode/test/cli/run/footer.view.test.tsx index 214f4637d3..0f7ddb532e 100644 --- a/packages/opencode/test/cli/run/footer.view.test.tsx +++ b/packages/opencode/test/cli/run/footer.view.test.tsx @@ -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",