mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test: reduce vertex test to avoid exhausting limits
This commit is contained in:
parent
4bf33ef267
commit
9c4e6d85ed
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ async def test_async_vertexai_streaming_response():
|
|||
# asyncio.run(test_async_vertexai_streaming_response())
|
||||
|
||||
|
||||
@pytest.mark.parametrize("provider", ["vertex_ai", "vertex_ai_beta"])
|
||||
@pytest.mark.parametrize("provider", ["vertex_ai"]) # "vertex_ai_beta"
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
async def test_gemini_pro_vision(provider, sync_mode):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue