Skip to content

Commit

Permalink
fix gemma test category (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed May 17, 2024
1 parent 421d9ca commit 2f7f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/tests/integration_tests/test_gemma.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_gemma_model_garden() -> None:
assert llm._llm_type == "gemma_vertexai_model_garden"


@pytest.mark.release
@pytest.mark.extended
def test_gemma_chat_model_garden() -> None:
"""In order to run this test, you should provide endpoint names.
Expand Down

0 comments on commit 2f7f46c

Please sign in to comment.