mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
test(test_streaming.py): reduce vertex tests to avoid exhausting limits
This commit is contained in:
parent
9c4e6d85ed
commit
c5df662e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -1035,7 +1035,7 @@ def test_completion_claude_stream_bad_key():
|
|||
# test_completion_replicate_stream()
|
||||
|
||||
|
||||
@pytest.mark.parametrize("provider", ["vertex_ai", "vertex_ai_beta"])
|
||||
@pytest.mark.parametrize("provider", ["vertex_ai"]) # "vertex_ai_beta"
|
||||
def test_vertex_ai_stream(provider):
|
||||
from litellm.tests.test_amazing_vertex_completion import load_vertex_ai_credentials
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue