diff --git a/litellm/tests/test_caching.py b/litellm/tests/test_caching.py index e58f76afec6..cce923b6cfd 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -348,7 +348,7 @@ def test_get_cache_key(): traceback.print_exc() pytest.fail(f"Error occurred:", e) -test_get_cache_key() +# test_get_cache_key() # test_custom_redis_cache_params() diff --git a/litellm/tests/test_custom_logger.py b/litellm/tests/test_custom_logger.py index 871cf308cfa..2df5e0f76b6 100644 --- a/litellm/tests/test_custom_logger.py +++ b/litellm/tests/test_custom_logger.py @@ -103,7 +103,7 @@ def test_async_chat_openai_stream(): except Exception as e: print(e) pytest.fail(f"An error occurred - {str(e)}") -# test_async_chat_openai_stream() +test_async_chat_openai_stream() def test_completion_azure_stream_moderation_failure(): try: @@ -325,4 +325,4 @@ def test_redis_cache_completion_stream(): 1 & 2 should be exactly the same """ -test_redis_cache_completion_stream() \ No newline at end of file +# test_redis_cache_completion_stream() \ No newline at end of file