From 8bbc644b76695e76f9cb885e437aa36ca471c98d Mon Sep 17 00:00:00 2001 From: Friel Date: Mon, 30 Mar 2026 06:09:12 +0000 Subject: [PATCH] test(core): keep notification test non-forked by default --- codex-rs/core/tests/suite/subagent_notifications.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/tests/suite/subagent_notifications.rs b/codex-rs/core/tests/suite/subagent_notifications.rs index 04ebde856d..85c2347175 100644 --- a/codex-rs/core/tests/suite/subagent_notifications.rs +++ b/codex-rs/core/tests/suite/subagent_notifications.rs @@ -144,6 +144,7 @@ async fn setup_turn_one_with_spawned_child( server, json!({ "message": CHILD_PROMPT, + "fork_context": false, }), child_response_delay, /*wait_for_parent_notification*/ true,