Hello guys!
I would like to know know if there is some way to disable retries for tests?
For example: Even if I have a configured my step to return a retry tuple, when I run the tests wouldn't trigger the retry.
I have one test which is taking 8 seconds to finish because I'm validating the step which return retry tuple, but would be nice if a just disable the retries via config/test.exs
I didn’t find anything on repo, neither some issue related to it.
If you have already passed through something similar, let me know!
Thank you guys!
Hello guys!
I would like to know know if there is some way to disable retries for tests?
For example: Even if I have a configured my step to return a retry tuple, when I run the tests wouldn't trigger the retry.
I have one test which is taking 8 seconds to finish because I'm validating the step which return retry tuple, but would be nice if a just disable the retries via
config/test.exsI didn’t find anything on repo, neither some issue related to it.
If you have already passed through something similar, let me know!
Thank you guys!