forked from phoenix/litellm-mirror
test(test_completion.py): skip sagemaker test - aws account suspended
This commit is contained in:
parent
4b56f08cbe
commit
dfcb6bcbc5
1 changed files with 2 additions and 0 deletions
|
@ -1762,6 +1762,7 @@ def test_customprompt_together_ai():
|
||||||
# test_customprompt_together_ai()
|
# test_customprompt_together_ai()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
def test_completion_sagemaker():
|
def test_completion_sagemaker():
|
||||||
try:
|
try:
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
@ -1791,6 +1792,7 @@ def test_completion_sagemaker():
|
||||||
# test_completion_sagemaker()
|
# test_completion_sagemaker()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_acompletion_sagemaker():
|
async def test_acompletion_sagemaker():
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue