We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2897e05 commit f9d6f55Copy full SHA for f9d6f55
1 file changed
dpnp/tests/test_ndarray.py
@@ -492,7 +492,7 @@ def test_print_dpnp_special_character(character):
492
493
# TODO: repr formatting is inconsistent (scientific vs integer-like output)
494
# This is a minor issue that does not depend on compiler flags
495
-@pytest.mark.skip(reason="Flaky: repr formatting is not stable")
+@pytest.mark.skip(reason="SAT-8452")
496
def test_print_dpnp_1d():
497
dtype = dpnp.default_float_type()
498
result = repr(dpnp.arange(10000, dtype=dtype))
0 commit comments