Skip to content

Commit 4c72813

Browse files
test(bigframes): Disable movie_poster, claud_model nb tests
1 parent e9c52b1 commit 4c72813

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)