Skip to content

Commit add8e88

Browse files
committed
Remove xfail
1 parent d266ca0 commit add8e88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/test_gbq.py

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def test_roundtrip(self, gbq_dataset):
192192
)
193193
assert result["num_rows"][0] == test_size
194194

195-
@pytest.mark.xfail(reason="Test breaking master", strict=False)
196195
@pytest.mark.parametrize(
197196
"if_exists, expected_num_rows, expectation",
198197
[

0 commit comments

Comments
 (0)