Test-More / Test2-Harness

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

HARNESS-RETRY override feature request. #273

Open dkechag opened 1 year ago

dkechag commented 1 year ago

Currently, if I have thousands of test files and I only want to allow retry on a couple of them, I have to add HARNESS-NO-RETRY on all the others and start yath with a global retry. I would like to have a harness directive that does the opposite, call it FORCE-RETRY or ALWAYS-RETRY or OVERRIDE-RETRY or something like that, so I only need to add it to a specific test that is flaky while I work on stabilizing it. You told me after your talk it could be added to the new Yath update ;) Thanks!