Disable very flaky tests (#11394)

Collected from last 20 builds of main in
https://github.com/openai/codex/commits/main/.
This commit is contained in:
pakrym-oai
2026-02-10 18:50:11 -08:00
committed by GitHub
parent f101300dba
commit bfd4e2112c
4 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ 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();