mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
skip imagegen code mode app-server test on windows
This commit is contained in:
@@ -136,6 +136,7 @@ async fn standalone_image_generation_persists_image_and_returns_it_to_model() ->
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg_attr(windows, ignore = "covered by Linux and macOS CI")]
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
async fn standalone_image_generation_is_callable_from_code_mode_only() -> Result<()> {
|
||||
let call_id = "code-mode-image-run-1";
|
||||
|
||||
Reference in New Issue
Block a user