diff --git a/tests/python/unittest/test_numpy_op.py b/tests/python/unittest/test_numpy_op.py index dab8545d42e7..0b6f5dbac7b0 100644 --- a/tests/python/unittest/test_numpy_op.py +++ b/tests/python/unittest/test_numpy_op.py @@ -7541,6 +7541,7 @@ def hybrid_forward(self, F, x): @use_np +@pytest.mark.flaky def test_np_around(): class TestAround(HybridBlock): def __init__(self, decimals):