From ac4403e5a30457ac8f3cb7fb4e80a7ac9d6fc337 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim <219906144+aibrahim-oai@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:30:26 +0000 Subject: [PATCH] tests(core): re-enable pending input follow-up coverage Co-authored-by: Codex --- codex-rs/core/tests/suite/pending_input.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/tests/suite/pending_input.rs b/codex-rs/core/tests/suite/pending_input.rs index 30b0d9d50b..02b7f02ca0 100644 --- a/codex-rs/core/tests/suite/pending_input.rs +++ b/codex-rs/core/tests/suite/pending_input.rs @@ -45,7 +45,6 @@ fn message_input_texts(body: &Value, role: &str) -> Vec { } #[tokio::test(flavor = "multi_thread", worker_threads = 2)] -#[ignore = "TODO(aibrahim): flaky"] async fn injected_user_input_triggers_follow_up_request_with_deltas() { let (gate_completed_tx, gate_completed_rx) = oneshot::channel();