langchain[patch]: xfail unstable vertex test (#14462)

pull/14464/head
Erick Friis 6 months ago committed by GitHub
parent 477b274a62
commit 1d7e5c51aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,9 @@ def test_vertexai_single_call(model_name: str) -> None:
assert isinstance(response.content, str)
# mark xfail because Vertex API randomly doesn't respect
# the n/candidate_count parameter
@pytest.mark.xfail
@pytest.mark.scheduled
def test_candidates() -> None:
model = ChatVertexAI(model_name="chat-bison@001", temperature=0.3, n=2)

Loading…
Cancel
Save