Skip to content

Commit 367bdb4

Browse files
Unskip TestPutmaskDifferentDtypes in cupy tests
1 parent cc2c154 commit 367bdb4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dpnp/tests/third_party/cupy/indexing_tests/test_insert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def test_putmask_int_mask_scalar_values(self, xp):
231231

232232
class TestPutmaskDifferentDtypes(unittest.TestCase):
233233

234-
@pytest.mark.skip("putmask() is not fully supported")
235234
@testing.for_all_dtypes_combination(names=["a_dtype", "val_dtype"])
236235
def test_putmask_differnt_dtypes_raises(self, a_dtype, val_dtype):
237236
shape = (2, 3)

0 commit comments

Comments
 (0)