forked from phoenix/litellm-mirror
test: run flaky tests first
This commit is contained in:
parent
fc30b20c6e
commit
03a5cc364f
2 changed files with 2 additions and 2 deletions
|
@ -536,7 +536,7 @@ def test_init_clients_azure_command_r_plus():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_text_completion_with_organization():
|
||||
async def test_aaaaatext_completion_with_organization():
|
||||
try:
|
||||
print("Testing Text OpenAI with organization")
|
||||
model_list = [
|
||||
|
|
|
@ -215,7 +215,7 @@ async def test_rerank_endpoint(model_list):
|
|||
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
async def test_text_completion_endpoint(model_list, sync_mode):
|
||||
async def test_aaaaatext_completion_endpoint(model_list, sync_mode):
|
||||
router = Router(model_list=model_list)
|
||||
|
||||
if sync_mode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue