Skip to content

Commit

Permalink
marked tests as flaky (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin authored Apr 26, 2024
1 parent 6fcf4d8 commit 01646cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/vertexai/tests/integration_tests/test_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_create_structured_runnable_with_prompt() -> None:


@pytest.mark.release
@pytest.mark.xfail(reason="flaky")
def test_reflection() -> None:
class Reflection(BaseModel):
reflections: str = Field(
Expand Down
2 changes: 1 addition & 1 deletion libs/vertexai/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ class MyModel(BaseModel):
}


# Can be flaky
@pytest.mark.release
@pytest.mark.xfail(reason="flaky")
def test_chat_vertexai_gemini_function_calling_with_multiple_parts() -> None:
@tool
def search(
Expand Down

0 comments on commit 01646cf

Please sign in to comment.