From 115328c37e5bd9f19dd3b145e422ee23904c8ffb Mon Sep 17 00:00:00 2001 From: Shenyang Cai Date: Tue, 31 Mar 2026 00:28:47 +0000 Subject: [PATCH] chore: disable "read_csv_for_names" test --- tests/system/small/test_session.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/system/small/test_session.py b/tests/system/small/test_session.py index e8e601cc76..45e98cd960 100644 --- a/tests/system/small/test_session.py +++ b/tests/system/small/test_session.py @@ -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