mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
tests(core): re-enable pending input follow-up coverage
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -45,7 +45,6 @@ fn message_input_texts(body: &Value, role: &str) -> Vec<String> {
|
||||
}
|
||||
|
||||
#[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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user