fix: add codex and gemini-cli to ALLOWED_FAILURES in smoke tests

Both providers are failing on main due to upstream issues unrelated to
Goose code changes, blocking CI for all PRs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt Toohey
2026-04-24 12:55:35 +10:00
parent 97671f30b0
commit d218e8dcf4
+2
View File
@@ -31,6 +31,8 @@ ALLOWED_FAILURES=(
"openrouter:nvidia/nemotron-3-nano-30b-a3b"
"openrouter:qwen/qwen3-coder:exacto"
"openai:gpt-3.5-turbo"
"codex:gpt-5.2-codex"
"gemini-cli:gemini-2.5-pro"
)
AGENTIC_PROVIDERS=("claude-code" "codex" "gemini-cli" "cursor-agent")