Skip to content

Commit e3d3e17

Browse files
committed
Adjust skip message for test_fill_with_numpy_scalar_ndarray
1 parent 41731f3 commit e3d3e17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/third_party/cupy/core_tests/test_ndarray_copy_and_view.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ def test_fill(self, xp, dtype):
275275
return a
276276

277277
@pytest.mark.skip(
278-
"asynchronous fill does not allow numpy scalar array for consistency"
279-
"with dpnp.fill_diagonal"
278+
"Numpy allows Numpy scalar arrays as fill value"
280279
)
281280
def test_fill_with_numpy_scalar_ndarray(self, xp, dtype1, dtype2):
282281
a = testing.shaped_arange((2, 3, 4), xp, dtype1)

0 commit comments

Comments
 (0)