Skip to content

Commit

Permalink
add xfail to groq/llama
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Jun 28, 2024
1 parent 010c11a commit 7704abc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/partners/groq/tests/integration_tests/test_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ def chat_model_params(self) -> dict:
"model": "llama3-8b-8192",
"temperature": 0,
}

@pytest.mark.xfail(
reason=("Fails with 'Failed to call a function. Please adjust your prompt.'")
)
def test_tool_message_histories_string_content(self, model: BaseChatModel) -> None:
super().test_tool_message_histories_string_content(model)

0 comments on commit 7704abc

Please sign in to comment.