Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit a31386b

Browse files
azmavethclaude
andcommitted
fix: remove flaky tag from stable Groq provider detection test
- The test was already synchronous by default (no async: true) - Removing @tag :flaky since test passes consistently in both isolation and full suite - Test validates provider/model string parsing (groq/llama3-70b-8192 format) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 688fe18 commit a31386b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ex_llm/providers/groq_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ defmodule ExLLM.Providers.GroqTest do
4949
end
5050

5151
describe "provider detection" do
52-
@tag :flaky
5352
test "provider/model string works with mock adapter" do
5453
# Test with mock to avoid real API calls
5554
messages = [%{role: "user", content: "Hello"}]

0 commit comments

Comments
 (0)