Skip to content

Commit f9d6f55

Browse files
Link jira ticket to skip reason
1 parent 2897e05 commit f9d6f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpnp/tests/test_ndarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def test_print_dpnp_special_character(character):
492492

493493
# TODO: repr formatting is inconsistent (scientific vs integer-like output)
494494
# This is a minor issue that does not depend on compiler flags
495-
@pytest.mark.skip(reason="Flaky: repr formatting is not stable")
495+
@pytest.mark.skip(reason="SAT-8452")
496496
def test_print_dpnp_1d():
497497
dtype = dpnp.default_float_type()
498498
result = repr(dpnp.arange(10000, dtype=dtype))

0 commit comments

Comments
 (0)