Skip to content

test: disable claude3 predict tests to protect bqml capacity #983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/system/small/ml/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ def test_claude3_text_generator_create_load(
assert reloaded_model.model_name == model_name


@pytest.mark.skip("b/366290533 too many requests are exhausting bqml capacity")
@pytest.mark.parametrize(
"model_name",
("claude-3-sonnet", "claude-3-haiku", "claude-3-5-sonnet", "claude-3-opus"),
Expand All @@ -458,6 +459,7 @@ def test_claude3_text_generator_predict_default_params_success(
)


@pytest.mark.skip("b/366290533 too many requests are exhausting bqml capacity")
@pytest.mark.parametrize(
"model_name",
("claude-3-sonnet", "claude-3-haiku", "claude-3-5-sonnet", "claude-3-opus"),
Expand Down