mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
running test with single thread
This commit is contained in:
@@ -1558,7 +1558,7 @@ async fn run_scenario(scenario: &ScenarioSpec) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
#[tokio::test(flavor = "current_thread")]
|
||||
async fn approving_allow_prefix_persists_policy_and_skips_future_prompts() -> Result<()> {
|
||||
let server = start_mock_server().await;
|
||||
let approval_policy = AskForApproval::UnlessTrusted;
|
||||
|
||||
Reference in New Issue
Block a user