mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Ignore unified_exec_respects_workdir_override (#6693)
This commit is contained in:
committed by
GitHub
Unverified
parent
cfcc87a953
commit
018a2d2e50
@@ -229,6 +229,7 @@ async fn unified_exec_emits_exec_command_begin_event() -> Result<()> {
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
#[ignore = "flaky"]
|
||||
async fn unified_exec_respects_workdir_override() -> Result<()> {
|
||||
skip_if_no_network!(Ok(()));
|
||||
skip_if_sandbox!(Ok(()));
|
||||
|
||||
Reference in New Issue
Block a user