Skip to content

Commit 90cb804

Browse files
datapythonistaAlexKirko
authored andcommitted
TST: Xfailing broken GBQ test (pandas-dev#30472)
1 parent 530aced commit 90cb804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_gbq.py

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_roundtrip(self):
196196
)
197197
assert result["num_rows"][0] == test_size
198198

199+
@pytest.mark.xfail(reason="Test breaking master")
199200
@pytest.mark.parametrize(
200201
"if_exists, expected_num_rows",
201202
[("append", 300), ("fail", 200), ("replace", 100)],

0 commit comments

Comments
 (0)