diff --git a/dpnp/tests/test_product.py b/dpnp/tests/test_product.py index 9963c85f737..763049e8791 100644 --- a/dpnp/tests/test_product.py +++ b/dpnp/tests/test_product.py @@ -13,7 +13,6 @@ generate_random_numpy_array, get_all_dtypes, is_gpu_device, - is_ptl, is_win_platform, numpy_version, ) @@ -1154,7 +1153,6 @@ def test_large_values(self, dtype): expected = numpy.matmul(a, b) assert_dtype_allclose(result, expected) - @pytest.mark.skipif(is_ptl(), reason="MKLD-18712") @pytest.mark.parametrize("dt_out", [numpy.int32, numpy.float32]) @pytest.mark.parametrize( "shape1, shape2",