Skip to content

Commit 3b6dc94

Browse files
chore: move long running LLM tests to the large directory
Moved the following long-running tests from `tests/system/small/ml/` to `tests/system/large/ml/`: - `test_llm_gemini_score` - `test_llm_gemini_pro_score_params` - `test_gemini_text_generator_predict_default_params_success` - `test_gemini_text_generator_predict_output_schema_success` - `test_gemini_text_generator_multi_cols_predict_success` - `test_gemini_text_generator_predict_with_params_success` - `test_create_load_gemini_text_generator_model` - `test_gemini_text_generator_multimodal_input` - `test_linear_reg_model_global_explain`
1 parent a441205 commit 3b6dc94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/small/ml/test_llm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from unittest import mock
1717

1818
import pandas as pd
19-
import pyarrow as pa
2019
import pytest
2120

2221
from bigframes import exceptions

0 commit comments

Comments
 (0)