Skip to content

Commit 0e7c87e

Browse files
committed
xfail the correct test pandas-dev#42130
1 parent 98e2229 commit 0e7c87e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/json/test_pandas.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
)
2929
import pandas._testing as tm
3030

31-
pytestmark = pytest.mark.skipif(PY310, reason="timeout with coverage")
32-
3331
_seriesd = tm.getSeriesData()
3432

3533
_frame = DataFrame(_seriesd)
@@ -1181,6 +1179,7 @@ def test_sparse(self):
11811179
expected = s.to_json()
11821180
assert expected == ss.to_json()
11831181

1182+
pytest.mark.xfail(PY310, reason="segfail GH 42130")
11841183
@pytest.mark.parametrize(
11851184
"ts",
11861185
[

0 commit comments

Comments
 (0)