forked from phoenix/litellm-mirror
test(test_proxy_server_caching.py): skip aws test - aws account suspended
This commit is contained in:
parent
8a038e7da4
commit
6cff6535d2
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
Add a link
Reference in a new issue