diff --git a/integration-tests/models/test_tools_llama.py b/integration-tests/models/test_tools_llama.py index f18cb132..ef6ce70e 100644 --- a/integration-tests/models/test_tools_llama.py +++ b/integration-tests/models/test_tools_llama.py @@ -71,6 +71,7 @@ tools = [ ] +@pytest.mark.skip(reason="Takes too long to run") @pytest.mark.asyncio @pytest.mark.private async def test_flash_llama_grammar_tools(flash_llama_grammar_tools, response_snapshot):