Comment out the flaky mcp callers (#5827)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-11-20 21:21:38 +01:00
committed by GitHub
parent bdf68bb4f5
commit f4724cbf23
+3 -3
View File
@@ -18,10 +18,10 @@ JUDGE_PROVIDER=${GOOSE_JUDGE_PROVIDER:-openrouter}
JUDGE_MODEL=${GOOSE_JUDGE_MODEL:-google/gemini-2.5-flash}
PROVIDERS=(
#"google:gemini-2.5-pro"
"anthropic:claude-haiku-4-5-20251001"
"google:gemini-2.5-pro"
"openrouter:google/gemini-2.5-pro"
"openai:gpt-5-mini"
#"openrouter:google/gemini-2.5-pro"
#"openai:gpt-5-mini"
)
# In CI, only run Databricks tests if DATABRICKS_HOST and DATABRICKS_TOKEN are set