Skip git setup for processor tool test (#28406)

This commit is contained in:
Kit Langton 2026-05-19 18:09:15 -04:00 committed by GitHub
commit 4ad261d8a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -724,7 +724,7 @@ it.live("session.processor effect tests complete AI SDK tool calls when native f
expect(call.state.time.start).toBeDefined()
expect(call.state.time.end).toBeDefined()
}),
{ git: true, config: (url) => providerCfg(url) },
{ config: (url) => providerCfg(url) },
),
)