diff --git a/litellm/tests/test_amazing_proxy_custom_logger.py b/litellm/tests/test_amazing_proxy_custom_logger.py index 363a44995..15857324e 100644 --- a/litellm/tests/test_amazing_proxy_custom_logger.py +++ b/litellm/tests/test_amazing_proxy_custom_logger.py @@ -50,7 +50,7 @@ headers = { "Authorization": f"Bearer {token}" } - +@pytest.mark.no_parallel def test_chat_completion(client): try: # Your test data @@ -96,7 +96,7 @@ def test_chat_completion(client): except Exception as e: pytest.fail("LiteLLM Proxy test failed. Exception", e) - +@pytest.mark.no_parallel def test_chat_completion_stream(client): try: # Your test data @@ -161,7 +161,7 @@ def test_chat_completion_stream(client): pytest.fail("LiteLLM Proxy test failed. Exception", e) - +@pytest.mark.no_parallel def test_embedding(client): try: # Your test data