forked from phoenix/litellm-mirror
test(test_secret_manager.py): skip test - aws account suspended
This commit is contained in:
parent
a2c9482791
commit
c3e3ca9722
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ from litellm import get_secret
|
|||
from litellm.proxy.secret_managers.aws_secret_manager import load_aws_secret_manager
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||
def test_aws_secret_manager():
|
||||
load_aws_secret_manager(use_aws_secret_manager=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue