From d218e8dcf4f4ce57e13be5ccc26b9f55858696e0 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Fri, 24 Apr 2026 12:55:35 +1000 Subject: [PATCH] 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) --- scripts/test_providers_lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test_providers_lib.sh b/scripts/test_providers_lib.sh index 0ef52f12d1..6a462cdb2f 100755 --- a/scripts/test_providers_lib.sh +++ b/scripts/test_providers_lib.sh @@ -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")