Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/system/small/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,9 @@ def test_read_csv_for_gcs_wildcard_path(session, df_and_gcs_csv):
bigframes.testing.utils.assert_frame_equal(bf_df.to_pandas(), pd_df.to_pandas())


@pytest.mark.skip(
reason="Unstable test blocking PR submissions. Tracking bug b/497970577"
)
def test_read_csv_for_names(session, df_and_gcs_csv_for_two_columns):
_, path = df_and_gcs_csv_for_two_columns

Expand Down
Loading