Skip to content

Commit 9d24133

Browse files
authored
Merge branch 'main' into fix/status-global-agents
2 parents 9de2c44 + 4c97eeb commit 9d24133

File tree

1 file changed

+2
-0
lines changed
  • codex-rs/core/src/unified_exec

1 file changed

+2
-0
lines changed

codex-rs/core/src/unified_exec/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ mod tests {
557557

558558
#[cfg(unix)]
559559
#[tokio::test]
560+
#[ignore] // Ignored while we have a better way to test this.
560561
async fn requests_with_large_timeout_are_capped() -> Result<(), UnifiedExecError> {
561562
let manager = UnifiedExecSessionManager::default();
562563

@@ -578,6 +579,7 @@ mod tests {
578579

579580
#[cfg(unix)]
580581
#[tokio::test]
582+
#[ignore] // Ignored while we have a better way to test this.
581583
async fn completed_commands_do_not_persist_sessions() -> Result<(), UnifiedExecError> {
582584
let manager = UnifiedExecSessionManager::default();
583585
let result = manager

0 commit comments

Comments
 (0)