mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Ignore remote_compact_trims_function_call_history_to_fit_context_window on windows (#10474)
This commit is contained in:
@@ -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(()));
|
||||
|
||||
Reference in New Issue
Block a user