We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c15d commit d7160ebCopy full SHA for d7160eb
litellm/tests/test_scheduler.py
@@ -77,7 +77,7 @@ async def test_scheduler_prioritized_requests(p0, p1):
77
assert await scheduler.peek(id="10", model_name="gpt-3.5-turbo") == False
78
79
80
-@pytest.mark.parametrize("p0, p1", [(0, 1), (0, 0), (1, 0)]) #
+@pytest.mark.parametrize("p0, p1", [(0, 1), (0, 0)]) #
81
@pytest.mark.asyncio
82
async def test_aascheduler_prioritized_requests_mock_response(p0, p1):
83
"""
0 commit comments