mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(ci/cd) aws suspended account
This commit is contained in:
parent
0b748f2eb0
commit
7f50b80917
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ import time, random
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
def test_s3_logging():
|
def test_s3_logging():
|
||||||
# all s3 requests need to be in one test function
|
# all s3 requests need to be in one test function
|
||||||
# since we are modifying stdout, and pytests runs tests in parallel
|
# since we are modifying stdout, and pytests runs tests in parallel
|
||||||
|
@ -124,6 +125,7 @@ def test_s3_logging():
|
||||||
# test_s3_logging()
|
# test_s3_logging()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
def test_s3_logging_async():
|
def test_s3_logging_async():
|
||||||
# this tests time added to make s3 logging calls, vs just acompletion calls
|
# this tests time added to make s3 logging calls, vs just acompletion calls
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue