mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 16:38:27 +00:00
fix: restore CI checks after #23012 (thanks @druide67)
This commit is contained in:
@@ -9,7 +9,7 @@ const LIVE = isTruthyEnvValue(process.env.GEMINI_LIVE_TEST) || isTruthyEnvValue(
|
||||
const describeLive = LIVE && GEMINI_KEY ? describe : describe.skip;
|
||||
|
||||
describeLive("gemini live switch", () => {
|
||||
const googleModels = ["gemini-3-pro-preview", "gemini-3.1-pro-preview"] as const;
|
||||
const googleModels = ["gemini-3-pro-preview", "gemini-2.5-pro"] as const;
|
||||
|
||||
for (const modelId of googleModels) {
|
||||
it(`handles unsigned tool calls from Antigravity when switching to ${modelId}`, async () => {
|
||||
|
||||
Reference in New Issue
Block a user