fix: avoid long runnning test

This commit is contained in:
drbh 2024-02-26 04:29:35 +00:00
parent eb762a9087
commit af7ebc2639

View File

@ -71,6 +71,7 @@ tools = [
]
@pytest.mark.skip
@pytest.mark.asyncio
@pytest.mark.private
async def test_flash_llama_grammar_no_tools(
@ -98,6 +99,7 @@ async def test_flash_llama_grammar_no_tools(
assert response == response_snapshot
@pytest.mark.skip
@pytest.mark.asyncio
@pytest.mark.private
async def test_flash_llama_grammar_tools(flash_llama_grammar_tools, response_snapshot):