Skip to content

Commit 827007c

Browse files
authored
test: re-enable gemini tuning load test (#846)
* test: re-enable gemini tuning load test * remove commented out
1 parent 83f254a commit 827007c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/load/test_llm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def test_llm_palm_configure_fit(llm_fine_tune_df_default_index, llm_remote_text_
6262
# TODO(ashleyxu b/335492787): After bqml rolled out version control: save, load, check parameters to ensure configuration was kept
6363

6464

65-
@pytest.mark.skip(reason="b/351905648. Credential error to be fixed.")
6665
@pytest.mark.flaky(retries=2)
6766
def test_llm_gemini_configure_fit(llm_fine_tune_df_default_index, llm_remote_text_df):
6867
model = llm.GeminiTextGenerator(model_name="gemini-pro", max_iterations=1)

0 commit comments

Comments
 (0)