test(test_proxy_server_caching.py): skip aws test - aws account suspended

This commit is contained in:
Krrish Dholakia 2024-02-28 14:55:57 -08:00
parent 8a038e7da4
commit 6cff6535d2

View file

@ -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: