Skip to content

Commit bfd7088

Browse files
committed
1 parent ff1c510 commit bfd7088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/floating/test_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_ufunc_reduce_raises(values):
7373
np.add.reduce(a)
7474

7575

76-
@pytest.mark.xfail(not IS64, reason="GH 36579: fail on 32-bit system")
76+
@pytest.mark.skipif(not IS64, reason="GH 36579: fail on 32-bit system")
7777
@pytest.mark.parametrize(
7878
"pandasmethname, kwargs",
7979
[

0 commit comments

Comments
 (0)