skip vertex test for this PR

This commit is contained in:
Ishaan Jaff 2024-04-05 09:06:15 -07:00
parent b25db0443a
commit 1ba1c84d83

View file

@ -652,6 +652,7 @@ def load_vertex_ai_credentials():
@pytest.mark.asyncio
@pytest.mark.skip(reason="Skipping on this PR to test other stuff")
async def test_async_chat_vertex_ai_stream():
try:
load_vertex_ai_credentials()