Skip to content

Commit

Permalink
fix: Skip llm-api integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 23, 2024
1 parent 17c52db commit 8aad2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protollm_tools/llm-api/tests/integration/test_with_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def redis_client(test_real_config):


@pytest.mark.asyncio
@pytest.mark.skip(reason="Test waits infinitely in GitHub Action")
async def test_task_in_queue(test_real_config, redis_client):
task_id = str(uuid.uuid4())
prompt = ChatCompletionModel(
Expand Down

0 comments on commit 8aad2cd

Please sign in to comment.