test: skip test with invalid arn

This commit is contained in:
Krrish Dholakia
2025-09-09 20:35:44 -07:00
parent 07a83056a6
commit bff76715a5
@@ -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(