mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 16:24:46 +00:00
test: skip test with invalid arn
This commit is contained in:
@@ -20,6 +20,7 @@ import pytest
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.skip(reason="Skipping bedrock agents test - arn not working")
|
||||
async def test_bedrock_agents():
|
||||
litellm._turn_on_debug()
|
||||
response = litellm.completion(
|
||||
@@ -44,6 +45,7 @@ async def test_bedrock_agents():
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.skip(reason="Skipping bedrock agents test - arn not working")
|
||||
async def test_bedrock_agents_with_streaming():
|
||||
# litellm._turn_on_debug()
|
||||
response = litellm.completion(
|
||||
|
||||
Reference in New Issue
Block a user