We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de2c44 + 4c97eeb commit 9d24133Copy full SHA for 9d24133
codex-rs/core/src/unified_exec/mod.rs
@@ -557,6 +557,7 @@ mod tests {
557
558
#[cfg(unix)]
559
#[tokio::test]
560
+ #[ignore] // Ignored while we have a better way to test this.
561
async fn requests_with_large_timeout_are_capped() -> Result<(), UnifiedExecError> {
562
let manager = UnifiedExecSessionManager::default();
563
@@ -578,6 +579,7 @@ mod tests {
578
579
580
581
582
583
async fn completed_commands_do_not_persist_sessions() -> Result<(), UnifiedExecError> {
584
585
let result = manager
0 commit comments