Skip to content

Commit

Permalink
Merge pull request #71 from langchain-ai/raspawar/mix_test_case_fix
Browse files Browse the repository at this point in the history
Scheduled test cases fix
  • Loading branch information
mattf authored Jul 15, 2024
2 parents 88c51cc + 2681caf commit c6c0c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ai-endpoints/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def test_chat_ai_endpoints_system_message(chat_model: str, mode: dict) -> None:
),
],
)
@pytest.mark.xfail(
reason="mistralai recent impl does not support AIMessage followed by SystemAI"
)
def test_messages(
chat_model: str, mode: dict, system: List, exchange: List[BaseMessage]
) -> None:
Expand Down

0 comments on commit c6c0c33

Please sign in to comment.