Skip to content

Commit 115328c

Browse files
committed
chore: disable "read_csv_for_names" test
1 parent d1fabcd commit 115328c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/system/small/test_session.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,9 @@ def test_read_csv_for_gcs_wildcard_path(session, df_and_gcs_csv):
13801380
bigframes.testing.utils.assert_frame_equal(bf_df.to_pandas(), pd_df.to_pandas())
13811381

13821382

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

0 commit comments

Comments
 (0)