The test should call session rpc model switchto is flaky, particularly on Windows CI.
It has a race condition where it awaits session.model_change after switchTo completes, frequently missing the event if it fires too quickly. It also incorrectly hardcodes gpt-4.1 expectations which fails on environments without auth.
The test
should call session rpc model switchtois flaky, particularly on Windows CI.It has a race condition where it awaits
session.model_changeafterswitchTocompletes, frequently missing the event if it fires too quickly. It also incorrectly hardcodesgpt-4.1expectations which fails on environments without auth.