From eba4dd85aa6849f7422455ca8e272d6149e83337 Mon Sep 17 00:00:00 2001 From: drbh Date: Fri, 12 Apr 2024 16:39:23 +0000 Subject: [PATCH] fix: avoid long running tool test --- integration-tests/models/test_tools_llama.py | 1 + 1 file changed, 1 insertion(+) 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):