mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
running test single threaded
Co-authored-by: Michael Bolin <mbolin@openai.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user