File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -384,9 +384,9 @@ describe("Send Blocking Behavior", async () => {
384384 expect ( events ) . toContain ( "assistant.message" ) ;
385385 } ) ;
386386
387- // Skip in CI - this test validates client-side timeout behavior, not LLM responses .
388- // The test intentionally times out before receiving a response, so there's no snapshot to replay .
389- it . skipIf ( process . env . CI === "true" ) ( "sendAndWait throws on timeout" , async ( ) => {
387+ // This test validates client-side timeout behavior.
388+ // The snapshot has no assistant response since we expect timeout before completion .
389+ it ( "sendAndWait throws on timeout" , async ( ) => {
390390 const session = await client . createSession ( ) ;
391391
392392 // Use a slow command to ensure timeout triggers before completion
You can’t perform that action at this time.
0 commit comments