Skip to content

Commit 93c52d9

Browse files
committed
Update skip reason in third party test
1 parent 99ff5bd commit 93c52d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/third_party/cupy/core_tests/test_ndarray_elementwise_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def test_typecast_(self, xp, op, dtype, val):
591591
a = op(val, (testing.shaped_arange((5,), xp, dtype) - 2))
592592
return a
593593

594-
@pytest.mark.skip("TODO")
594+
@pytest.mark.skip("Cause OverflowError error for integer dtypes")
595595
@pytest.mark.parametrize(
596596
"val",
597597
[

0 commit comments

Comments
 (0)