## Summary Stabilize v2 review integration tests by making them hermetic with respect to model discovery. `app-server` review tests were intermittently timing out in CI (especially on Windows runners) because their test config allowed remote model refresh. During `thread/start`, the test process could issue live `/v1/models` requests, introducing external network latency and nondeterministic timing before review flow assertions. This change disables remote model fetching in the review test config helper used by these tests. |
||
|---|---|---|
| .. | ||
| v2 | ||
| archive_thread.rs | ||
| auth.rs | ||
| codex_message_processor_flow.rs | ||
| config.rs | ||
| create_thread.rs | ||
| fork_thread.rs | ||
| fuzzy_file_search.rs | ||
| interrupt.rs | ||
| list_resume.rs | ||
| login.rs | ||
| mod.rs | ||
| output_schema.rs | ||
| send_message.rs | ||
| set_default_model.rs | ||
| user_agent.rs | ||
| user_info.rs | ||