Skip to content

Commit ab1bc04

Browse files
authored
test: disable test_to_pandas_large_table (#695)
1 parent c9cc1ff commit ab1bc04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/load/test_large_tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_to_pandas_batches_large_table():
9393
assert row_count == expected_row_count
9494

9595

96+
@pytest.mark.skip(reason="See if it caused kokoro build aborted.")
9697
def test_to_pandas_large_table():
9798
df = bpd.read_gbq("load_testing.scalars_10gb")
9899
# df will be downloaded locally

0 commit comments

Comments
 (0)