Skip to content

Commit 3b235ac

Browse files
authored
revert temporary changes made in gh-2160 (#2173)
1 parent 881d356 commit 3b235ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_arraypad.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from dpnp.dpnp_utils.dpnp_utils_pad import _as_pairs as dpnp_as_pairs
1313
from tests.third_party.cupy import testing
1414

15-
from .helper import assert_dtype_allclose, get_all_dtypes, has_support_aspect64
15+
from .helper import assert_dtype_allclose, get_all_dtypes
1616

1717

1818
class TestPad:
@@ -384,7 +384,6 @@ def test_reflect_symmetric_1d(self, pad_width, mode, reflect_type):
384384
result = dpnp.pad(a_dp, pad_width, mode=mode, reflect_type=reflect_type)
385385
assert_array_equal(result, expected)
386386

387-
@pytest.mark.skipif(not has_support_aspect64(), reason="dpctl-gh-1887")
388387
@pytest.mark.parametrize("data", [[[4, 5, 6], [6, 7, 8]], [[4, 5, 6]]])
389388
@pytest.mark.parametrize("pad_width", [10, (5, 7)])
390389
@pytest.mark.parametrize("mode", ["reflect", "symmetric"])

0 commit comments

Comments
 (0)