Skip to content

Commit 84513c0

Browse files
test(test_streaming.py): move to mock implementation for sagemaker streaming tests
1 parent e1cbb39 commit 84513c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: litellm/tests/test_streaming.py

+1
Original file line numberDiff line numberDiff line change
@@ -1766,6 +1766,7 @@ async def test_sagemaker_streaming_async():
17661766
# asyncio.run(test_sagemaker_streaming_async())
17671767

17681768

1769+
@pytest.mark.skip(reason="costly sagemaker deployment. Move to mock implementation")
17691770
def test_completion_sagemaker_stream():
17701771
try:
17711772
response = completion(

0 commit comments

Comments
 (0)