test(test_proxy_server_caching.py): skip aws test - aws account suspended
This commit is contained in:
parent
fe26acd9a2
commit
84097abb41
@ -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…
Reference in New Issue
Block a user