test: run flaky tests first

This commit is contained in:
Krrish Dholakia 2024-11-27 23:32:58 +05:30
parent fc30b20c6e
commit 03a5cc364f
2 changed files with 2 additions and 2 deletions

View file

@ -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 = [

View file

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