Skip to content

Commit 05bd7fa

Browse files
Merge master into move_tests_folder
2 parents 4c90c59 + 3b235ac commit 05bd7fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dpnp/tests/test_arraypad.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import dpnp
1212
from dpnp.dpnp_utils.dpnp_utils_pad import _as_pairs as dpnp_as_pairs
1313

14-
from .helper import assert_dtype_allclose, get_all_dtypes, has_support_aspect64
14+
from .helper import assert_dtype_allclose, get_all_dtypes
1515
from .third_party.cupy import testing
1616

1717

@@ -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)