Skip to content

Commit 261772a

Browse files
Unskip test_distr in TestNormal and TestRandN (#2178)
Co-authored-by: Anton <[email protected]>
1 parent 1a0b1bb commit 261772a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dpnp/tests/test_random_state.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ def get_default_floating():
3535

3636

3737
class TestNormal:
38-
# TODO: Temporary skip due to incorrect results in public CI
39-
# (ARM architecture) with the new MKL package 2024.2.0 (SAT-7080)
40-
@pytest.mark.skipif(is_cpu_device(), reason="SAT-7080")
4138
@pytest.mark.parametrize(
4239
"dtype",
4340
[dpnp.float32, dpnp.float64, None],
@@ -608,9 +605,6 @@ def test_invalid_usm_type(self, usm_type):
608605

609606

610607
class TestRandN:
611-
# TODO: Temporary skip due to incorrect results in public CI
612-
# (ARM architecture) with the new MKL package 2024.2.0 (SAT-7080)
613-
@pytest.mark.skipif(is_cpu_device(), reason="SAT-7080")
614608
@pytest.mark.parametrize(
615609
"usm_type",
616610
["host", "device", "shared"],

0 commit comments

Comments
 (0)