From 7f50b80917bd590626c0068674dfdf1ecef0e7fb Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 4 Apr 2024 17:43:16 -0700 Subject: [PATCH] (ci/cd) aws suspended account --- litellm/tests/test_amazing_s3_logs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_amazing_s3_logs.py b/litellm/tests/test_amazing_s3_logs.py index e4a6c31ecd..4ab19d6bb1 100644 --- a/litellm/tests/test_amazing_s3_logs.py +++ b/litellm/tests/test_amazing_s3_logs.py @@ -15,6 +15,7 @@ import time, random import pytest +@pytest.mark.skip(reason="AWS Suspended Account") def test_s3_logging(): # all s3 requests need to be in one test function # since we are modifying stdout, and pytests runs tests in parallel @@ -124,6 +125,7 @@ def test_s3_logging(): # test_s3_logging() +@pytest.mark.skip(reason="AWS Suspended Account") def test_s3_logging_async(): # this tests time added to make s3 logging calls, vs just acompletion calls try: