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
parent 59c99dc62d
commit 4ad261d8a7
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) },
),
)