Skip to content

Commit

Permalink
Skip TestPoly1dMathArithmetic under HIP/ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Feb 10, 2021
1 parent cc6f3e4 commit e907544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cupy_tests/lib_tests/test_polynomial.py
Expand Up @@ -4,6 +4,7 @@
import numpy

import cupy
from cupy.cuda import runtime
import cupyx
from cupy import testing

Expand Down Expand Up @@ -319,6 +320,8 @@ def test_poly1d_arithmetic(self, xp, dtype):
'type_l': ['poly1d', 'ndarray', 'python_scalar', 'numpy_scalar'],
'type_r': ['poly1d'],
}))
@pytest.mark.xfail(runtime.is_hip,
reason='HIP/ROCm does not support cuda array interface')
class TestPoly1dMathArithmetic(Poly1dTestBase):

@testing.for_all_dtypes()
Expand Down

0 comments on commit e907544

Please sign in to comment.