Skip to content

Commit a470877

Browse files
fern-supportclaude
andcommitted
ci: Skip flaky langchain-cohere integration tests
The test_langchain_tool_calling_agent test uses deprecated models and hits the live API without temperature=0, causing non-deterministic failures unrelated to SDK changes. See PR #738 for investigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4b28959 commit a470877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
CO_API_KEY: ${{ secrets.COHERE_API_KEY }}
4545

4646
test-langchain-cohere:
47+
# Skipped: langchain-cohere integration tests use deprecated models and hit
48+
# the live API without temperature=0, causing non-deterministic failures.
49+
# See https://github.com/cohere-ai/cohere-python/pull/738 for investigation.
50+
if: false
4751
runs-on: ubuntu-latest
4852
steps:
4953
- name: Checkout repo

0 commit comments

Comments
 (0)