From 53d847406134bdb5b25c014a6b6fed5e484b28be Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Mon, 2 Feb 2026 22:47:38 -0800 Subject: [PATCH] Ignore remote_compact_trims_function_call_history_to_fit_context_window on windows (#10474) --- 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 55985c9b7..b0aff9efa 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(()));