Skip to content

Commit 4c079a6

Browse files
committed
Muted test causing crash on CPU due to known issue
1 parent 582ea1c commit 4c079a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/third_party/cupy/manipulation_tests/test_join.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def test_concatenate_large_f_contiguous(self, xp, dtype):
107107
e = testing.shaped_arange((2, 3, 2), xp, dtype)
108108
return xp.concatenate((a, b, c, d, e) * 2, axis=-1)
109109

110+
@pytest.mark.skip(reason="lead to crash due to reported issue in OCL RT")
110111
@testing.numpy_cupy_array_equal(type_check=has_support_aspect64())
111112
def test_concatenate_many_multi_dtype(self, xp):
112113
a = testing.shaped_arange((2, 1), xp, "i")

0 commit comments

Comments
 (0)