From 0d931096e2d581dc397b32bffc8216b8ae034fed Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Mon, 2 Feb 2026 22:37:23 -0800 Subject: [PATCH] Ignore remote_compact_trims_function_call_history_to_fit_context_window on windows --- codex-rs/core/tests/suite/compact_remote.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/tests/suite/compact_remote.rs b/codex-rs/core/tests/suite/compact_remote.rs index 55985c9b7a52..b0aff9efaa96 100644 --- a/codex-rs/core/tests/suite/compact_remote.rs +++ b/codex-rs/core/tests/suite/compact_remote.rs @@ -222,6 +222,7 @@ async fn remote_compact_runs_automatically() -> Result<()> { Ok(()) } +#[cfg_attr(target_os = "windows", ignore)] #[tokio::test(flavor = "multi_thread", worker_threads = 2)] async fn remote_compact_trims_function_call_history_to_fit_context_window() -> Result<()> { skip_if_no_network!(Ok(()));