diff --git a/dpnp/tests/test_random_state.py b/dpnp/tests/test_random_state.py index 2fcc37076ee9..7107a919c4e0 100644 --- a/dpnp/tests/test_random_state.py +++ b/dpnp/tests/test_random_state.py @@ -35,9 +35,6 @@ def get_default_floating(): class TestNormal: - # TODO: Temporary skip due to incorrect results in public CI - # (ARM architecture) with the new MKL package 2024.2.0 (SAT-7080) - @pytest.mark.skipif(is_cpu_device(), reason="SAT-7080") @pytest.mark.parametrize( "dtype", [dpnp.float32, dpnp.float64, None], @@ -608,9 +605,6 @@ def test_invalid_usm_type(self, usm_type): class TestRandN: - # TODO: Temporary skip due to incorrect results in public CI - # (ARM architecture) with the new MKL package 2024.2.0 (SAT-7080) - @pytest.mark.skipif(is_cpu_device(), reason="SAT-7080") @pytest.mark.parametrize( "usm_type", ["host", "device", "shared"],