Skip to content

Commit dda5ce8

Browse files
committed
Skip tests back for dpnp.vectorize
1 parent f61a879 commit dda5ce8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dpnp/tests/third_party/cupy/functional_tests/test_vectorize.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
# _IS_HIP_LT7 = bool(_ROCM_VER_MAJOR != -1 and int(_ROCM_VER_MAJOR) < 7)
2525

2626

27+
pytest.skip("dpnp.vectorize is not implemented", allow_module_level=True)
28+
29+
2730
# @pytest.mark.skipif(_IS_HIP_LT7, reason="Skip on ROCm < 7 (HIP).")
2831
class TestVectorizeOps(unittest.TestCase):
2932

0 commit comments

Comments
 (0)