Skip flaky test_tool_choice_required_non_streaming for Mistral (#18889)
This commit is contained in:
@@ -815,6 +815,11 @@ class TestToolChoiceMistral(TestToolChoiceLlama32):
|
|||||||
cls.base_url += "/v1"
|
cls.base_url += "/v1"
|
||||||
cls.tokenizer = get_tokenizer(cls.model)
|
cls.tokenizer = get_tokenizer(cls.model)
|
||||||
|
|
||||||
|
@unittest.skip("Fails due to whitespace issue with Mistral - skipping")
|
||||||
|
def test_tool_choice_required_non_streaming(self):
|
||||||
|
"""Test tool_choice='required' in non-streaming mode"""
|
||||||
|
super().test_tool_choice_required_non_streaming()
|
||||||
|
|
||||||
@unittest.skip("Fails due to whitespace issue with Mistral - skipping")
|
@unittest.skip("Fails due to whitespace issue with Mistral - skipping")
|
||||||
def test_multi_tool_scenario_required(self):
|
def test_multi_tool_scenario_required(self):
|
||||||
"""Test multi-tool scenario with tool_choice='required'"""
|
"""Test multi-tool scenario with tool_choice='required'"""
|
||||||
|
|||||||
Reference in New Issue
Block a user