mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 00:23:47 +00:00
test(test_proxy_server_caching.py): skip aws test - aws account suspended
This commit is contained in:
@@ -61,6 +61,7 @@ def generate_random_word(length=4):
|
||||
return "".join(random.choice(letters) for _ in range(length))
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||
def test_chat_completion(client_no_auth):
|
||||
global headers
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user