Skip to content

Commit 0dc7b5c

Browse files
datapythonistajreback
authored andcommitted
TST: Xfailing broken GBQ test (#30472)
1 parent dc327ea commit 0dc7b5c

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)