From aaf9c38a10f8d585d46761fe936e4d0c18cb9c19 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 14 Aug 2025 15:01:26 -0700 Subject: [PATCH] test: skip test - ran out of credits --- tests/local_testing/test_streaming.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/local_testing/test_streaming.py b/tests/local_testing/test_streaming.py index 323c809732..c0841d93c0 100644 --- a/tests/local_testing/test_streaming.py +++ b/tests/local_testing/test_streaming.py @@ -471,6 +471,7 @@ def test_completion_azure_stream(): # test_completion_azure_stream() +@pytest.mark.skip("Skipping predibase streaming test - ran out of credits") @pytest.mark.parametrize("sync_mode", [True, False]) @pytest.mark.asyncio async def test_completion_predibase_streaming(sync_mode):