Skip nested tool call parallel test on Windows (#14505)

**Summary**
- disable the `code_mode_nested_tool_calls_can_run_in_parallel` test on
Windows where `exec_command` is unavailable

**Testing**
- Not run (not requested)
This commit is contained in:
pakrym-oai 2026-03-12 13:32:11 -07:00 committed by GitHub
parent f35d46002a
commit a5a4899d0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,6 +233,7 @@ add_content(JSON.stringify(await exec_command({ cmd: "printf code_mode_exec_mark
Ok(())
}
#[cfg_attr(windows, ignore = "flaky on windows")]
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn code_mode_nested_tool_calls_can_run_in_parallel() -> Result<()> {
skip_if_no_network!(Ok(()));