Skip to content

Commit adadf1c

Browse files
committed
Enabled test_special_case since MKLD-18712 resolved
1 parent a408c2a commit adadf1c

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)