Skip to content

Commit

Permalink
chore: Unbreak system test timeout
Browse files Browse the repository at this point in the history
FUTURE_COPYBARA_INTEGRATE_REVIEW=#3742 from googleapis:release-please--branches--main f24ce32
PiperOrigin-RevId: 632563170
  • Loading branch information
matthew29tang authored and Copybara-Service committed May 10, 2024
1 parent 2ed7a55 commit b72a799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/aiplatform/test_language_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ async def test_text_embedding_async(self, api_transport):
assert embeddings[1].statistics.token_count > 1000
assert embeddings[1].statistics.truncated

@pytest.mark.skip(reason="Causes system tests timeout")
@pytest.mark.parametrize("api_transport", ["grpc", "rest"])
def test_tuning(self, shared_state, api_transport):
"""Test tuning, listing and loading models."""
Expand Down

0 comments on commit b72a799

Please sign in to comment.