Commit a441205
committed
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 176adbb commit a441205
File tree
3 files changed
+1
-3
lines changed- tests/system/large/ml
3 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| 456 | + | |
456 | 457 | | |
457 | 458 | | |
458 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
0 commit comments