Skip to content

Commit 8b7305a

Browse files
alimcmaster1jreback
authored andcommitted
Update test_gbq.py (#30477)
Non strict xfail flakey test
1 parent 3ece097 commit 8b7305a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_gbq.py

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

199-
@pytest.mark.xfail(reason="Test breaking master")
199+
@pytest.mark.xfail(reason="Test breaking master", strict=False)
200200
@pytest.mark.parametrize(
201201
"if_exists, expected_num_rows",
202202
[("append", 300), ("fail", 200), ("replace", 100)],

0 commit comments

Comments
 (0)