Skip to content

Commit 205d3ea

Browse files
committed
fix: skip flaky test
1 parent f0aab58 commit 205d3ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration_tests/clients/bedrock/test_chat_completions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_chat_completions__when_stream__last_chunk_should_hold_bedrock_metrics()
2626
assert "amazon-bedrock-invocationMetrics" in chunk_dict
2727

2828

29+
@pytest.mark.skip
2930
@pytest.mark.asyncio
3031
async def test__async_chat_completions__when_stream__last_chunk_should_hold_bedrock_metrics():
3132
client = AsyncAI21BedrockClient()

0 commit comments

Comments
 (0)