Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Skip retry for specific tests. #121

Closed dkechag closed 4 years ago

dkechag commented 4 years ago

Adds the option --no-retry-long to avoid retry on all LONG tests and the #HARNESS-NO-RETRY directive which disables retry on a per-test basis.

exodist commented 4 years ago

Please rewrite this patch against the major_refactor branch, which will be going stable in a couple weeks, if not sooner. I am not longer accepting patches against master.

dkechag commented 4 years ago

OK, I'll redo it against the refactor at a later time, I see there are some changes there anyway that we will have to adapt our suite to.