Ignore remote_compact_trims_function_call_history_to_fit_context_window on windows (#10474)

This commit is contained in:
pakrym-oai 2026-02-02 22:47:38 -08:00 committed by GitHub
parent 59707da857
commit 53d8474061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(()));