Skip to content

Commit 02c266b

Browse files
authored
Backport gh-2672 (#2695)
This PR backports of #2672 from development branch to `maintenance/0.19.x`.
1 parent c37a2aa commit 02c266b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/tests/test_product.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
generate_random_numpy_array,
1414
get_all_dtypes,
1515
is_gpu_device,
16-
is_ptl,
1716
is_win_platform,
1817
numpy_version,
1918
)
@@ -1154,7 +1153,6 @@ def test_large_values(self, dtype):
11541153
expected = numpy.matmul(a, b)
11551154
assert_dtype_allclose(result, expected)
11561155

1157-
@pytest.mark.skipif(is_ptl(), reason="MKLD-18712")
11581156
@pytest.mark.parametrize("dt_out", [numpy.int32, numpy.float32])
11591157
@pytest.mark.parametrize(
11601158
"shape1, shape2",

0 commit comments

Comments
 (0)