mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test(test_proxy_server_caching.py): skip aws test - aws account suspended
This commit is contained in:
parent
fe26acd9a2
commit
84097abb41
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue