From e74034ca0cba2c847e5cc0a370fc8408a470c436 Mon Sep 17 00:00:00 2001 From: zhao-oai Date: Tue, 18 Nov 2025 10:28:03 -0800 Subject: [PATCH] running test single threaded Co-authored-by: Michael Bolin --- codex-rs/core/tests/suite/exec_policy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/tests/suite/exec_policy.rs b/codex-rs/core/tests/suite/exec_policy.rs index 4a32f28fd3..04d1e52eb8 100644 --- a/codex-rs/core/tests/suite/exec_policy.rs +++ b/codex-rs/core/tests/suite/exec_policy.rs @@ -20,7 +20,7 @@ use core_test_support::wait_for_event; use serde_json::json; use std::fs; -#[tokio::test(flavor = "multi_thread", worker_threads = 2)] +#[tokio::test] async fn execpolicy_blocks_shell_invocation() -> Result<()> { let mut builder = test_codex().with_config(|config| { config.features.enable(Feature::ExecPolicy);