Skip to content

Commit e835049

Browse files
committed
Mute tests for dono.i0
1 parent cbd2029 commit e835049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/third_party/cupy/math_tests/test_special.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
class TestSpecial(unittest.TestCase):
1010

11+
@pytest.mark.skip("i0 is not implemented")
1112
@testing.for_dtypes(["e", "f", "d"])
1213
@testing.numpy_cupy_allclose(rtol=1e-3)
1314
def test_i0(self, xp, dtype):

0 commit comments

Comments
 (0)