Skip to content

Commit 7338355

Browse files
test(bigframes): Disable movie_poster, claud_model nb tests (#17009)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 8f52e9a commit 7338355

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/bigframes/noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ def notebook(session: nox.Session):
709709
"notebooks/generative_ai/sentiment_analysis.ipynb", # Too slow
710710
"notebooks/generative_ai/bq_dataframes_llm_vector_search.ipynb", # Limited quota for vector index ddl statements on table.
711711
"notebooks/generative_ai/bq_dataframes_ml_drug_name_generation.ipynb", # Needs CONNECTION.
712+
"notebooks/generative_ai/ai_movie_poster.ipynb", # Needs CONNECTION.
712713
# TODO(b/366290533): to protect BQML quota
713714
"notebooks/vertex_sdk/sdk2_bigframes_pytorch.ipynb", # Needs BUCKET_URI.
714715
"notebooks/vertex_sdk/sdk2_bigframes_sklearn.ipynb", # Needs BUCKET_URI.
@@ -725,6 +726,8 @@ def notebook(session: nox.Session):
725726
# This anywidget notebook uses deferred execution, so it won't
726727
# produce metrics for the performance benchmark script.
727728
"notebooks/dataframes/anywidget_mode.ipynb",
729+
# Needs a connection
730+
"notebooks/remote_functions/remote_function_vertex_claude_model.ipynb",
728731
]
729732

730733
# Convert each Path notebook object to a string using a list comprehension,

0 commit comments

Comments
 (0)