fix: avoid long running tool test

This commit is contained in:
drbh 2024-04-12 16:39:23 +00:00
parent 39a8261132
commit eba4dd85aa
1 changed files with 1 additions and 0 deletions

View File

@ -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):