From 03a5cc364f9cbddcf367843caa2e170d46ea1df5 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 27 Nov 2024 23:32:58 +0530 Subject: [PATCH] test: run flaky tests first --- tests/local_testing/test_router_init.py | 2 +- tests/router_unit_tests/test_router_endpoints.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/local_testing/test_router_init.py b/tests/local_testing/test_router_init.py index 3733af252..9b4e12f12 100644 --- a/tests/local_testing/test_router_init.py +++ b/tests/local_testing/test_router_init.py @@ -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 = [ diff --git a/tests/router_unit_tests/test_router_endpoints.py b/tests/router_unit_tests/test_router_endpoints.py index 4c9fc8f35..19949ddba 100644 --- a/tests/router_unit_tests/test_router_endpoints.py +++ b/tests/router_unit_tests/test_router_endpoints.py @@ -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: