Skip to content

Commit

Permalink
Add retry test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 12, 2023
1 parent 20c5405 commit c1dd030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def test_empty():


# @pytest.mark.skip(reason="for test")
@pytest.mark.flaky(reruns=3, only_rerun="ValueError")
@pytest.mark.parametrize("test,args", [pytest.param("600", {"dpi": 600, "num_angles": 179}, id="600")])
def test_custom_process(test, args):
init_test()
Expand Down

0 comments on commit c1dd030

Please # to comment.