Skip to content

Commit

Permalink
tests: Disable tests re-runs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 10, 2023
1 parent a8036f0 commit 4f394fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ addopts =
--cov-append
--cov-config config/coverage.ini
--randomly-dont-reset-seed
--reruns 5
--reruns-delay 0.1
; TODO: Re-enable when the following issue is resolved:
; https://github.com/pytest-dev/pytest-rerunfailures/issues/238
; --reruns 5
; --reruns-delay 0.1
testpaths =
tests

Expand Down

0 comments on commit 4f394fc

Please sign in to comment.